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.
A return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called, known as its return address. The return address is saved, usually on the process's call stack, as part of the operation of making the subroutine ...
2
votes
1answer
82 views
how can I get username and data returning from facebook login ios app
I have integrated facebook successfully. Now my requirement is to take username and other info when returning back from facebook login to my app?
can anyone tell me to get return string after ...
0
votes
0answers
108 views
Login to my site using facebook account getting some error
I'm using a CMS(not popular) and I'm trying to add a Facebook login. I am stuck at starting the integration. The problem is when I click the Facebook connect button it redirects to facebook and ...
1
vote
0answers
207 views
Cannot get back to my app after posting to facebook/twitter
I have developers working on the backend of my app using phonegap and once the user clicks facebook/twitter share a browser pops up and you can log in and share but after
that you cannot escape back ...
0
votes
0answers
2k views
Asp.net MVC Facebook.Session.ConnectSession.isConnected() returns false when testing on localhost
Im using the Facebook SDK (http://facebooktoolkit.codeplex.com) to include Facebook-Connect into my Asp.net MVC Project. After someone logs into my Webapplication via Facebook Connect (I implemented ...