Glad to hear, Jason! Thankfully, the API hasn't changed a significant amount since 2018, so I haven't needed to update the tutorial quite yet. Glad it was helpful!
Thanks so much for taking the time to make this video. I needed to learn this and you made it very easy. Literally made my Sunday. I was spending so much time trying to figure this stuff out through documentation.
Sir... how will I send the response logged in the front end console to the backend... here its python flask... you can use any backend framework to explain....
Hello, Dear thank you, i am totally beginner, how do i connect to my website this codes when i prepared on my local machine and also 1 question. Would you teach us how get permission event for facebook? thank you
Hey, thanks! I have a question I got an issue when I click on share I got this "Can't Load URL: The domain of this URL isn't included in the app's domains" I think it is something to do with configuration, can you please help me?
That happens when the domain where your code is running is not on the list of approved domains for your app. Check out the section of the video starting at 1:20. That's where you specify where the Facebook API code can use your FB app to do things.
hi Washam. In My case the js SDK is loaded but still i am getting the error "Uncaught ReferenceError: FB is not defined" in FB.init( { 'appId': '14866XXXXXXX', 'cookie': true, 'xfbml' : true, 'version': 'v4.0' } ) which is inisde window.fbAsyncInit = function() {} kindly help me
Thank you for such an awesome tutorial on SDK video tutorial. You made it so easy and simple. However, I came looking for help wit data deletion request on the part of the user and did not see that. Is there any way you can help with that?
Correct. I probably didn't mention that explicitly, but if the FB SDK hasn't loaded yet, then the FB call in the event listener will obviously not have access to the non-existent FB variable yet. So it may be best to apply the event listener inside the window.fbAsyncInit function.
2 years later this is the best resource to get me started with the Facebook API, for my employers' project!
Glad to hear, Jason! Thankfully, the API hasn't changed a significant amount since 2018, so I haven't needed to update the tutorial quite yet. Glad it was helpful!
Thanks so much for taking the time to make this video. I needed to learn this and you made it very easy. Literally made my Sunday. I was spending so much time trying to figure this stuff out through documentation.
Clear explanations, timestamps in description? You got a like, sir
Hello, Facebook JavaScript SDK share dialog not working on mobile but working well with desktop what to do?Plz help ..
Almost perfect. I can't see. Very good explanation :)
Thats awesome Thanks,
you r the best ever
Sir... how will I send the response logged in the front end console to the backend... here its python flask... you can use any backend framework to explain....
Hello, Dear thank you, i am totally beginner, how do i connect to my website this codes when i prepared on my local machine and also 1 question. Would you teach us how get permission event for facebook? thank you
Hey, thanks! I have a question I got an issue when I click on share I got this "Can't Load URL: The domain of this URL isn't included in the app's domains" I think it is something to do with configuration, can you please help me?
That happens when the domain where your code is running is not on the list of approved domains for your app. Check out the section of the video starting at 1:20. That's where you specify where the Facebook API code can use your FB app to do things.
hi Washam. In My case the js SDK is loaded but still i am getting the error "Uncaught ReferenceError: FB is not defined" in
FB.init(
{
'appId': '14866XXXXXXX',
'cookie': true,
'xfbml' : true,
'version': 'v4.0'
}
) which is inisde window.fbAsyncInit = function() {} kindly help me
Can you paste in the exact code you're using? Including your call to load up the FB JS SDK as well, so I can see what version.
Not able to provide url as localhost
I get the following error "caught ReferenceError: FB is not defined" for when I do the intialize FB.init({})
Thank you for such an awesome tutorial on SDK video tutorial. You made it so easy and simple. However, I came looking for help wit data deletion request on the part of the user and did not see that. Is there any way you can help with that?
Can you help us understand what specifically you're asking about, in regard to a "data deletion request"?
Tks so much
can't find Solution explorer in visual studio code
You can find in View Menu >> Explorer
He using MS Visual Studio (IED) not Visual Studio Code (Code Editor)
FB is not defined inside the addEventListener.
your missing this
throw it in just under your closing script tag
Correct. I probably didn't mention that explicitly, but if the FB SDK hasn't loaded yet, then the FB call in the event listener will obviously not have access to the non-existent FB variable yet. So it may be best to apply the event listener inside the window.fbAsyncInit function.
with trawlimgweb.com too
AGAIN JAVA SCRIPT