Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The javascript-functions tag has no wiki summary.
0
votes
2answers
1k views
Scope of javascript variable using FB API Jquery, Javascript
Here is what I am working with, I have simplified it a little:
if (response.authResponse) {
FB.api('/me', function(response) {
response.id;
user_id = response.id; // I thought I ...