Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

Facebook has login social plugin,

"The Login Button shows profile pictures of the user's friends who have already signed up for your site in addition to a login button."

hmm silly question? but how does my site know if the user has logged in or not?

https://developers.facebook.com/docs/reference/plugins/login/

share|improve this question

1 Answer

hmm silly question? but how does my site know if the user has logged in or not?

Silly question, no not really. Use Facebook's JS API call FB.getLoginStatus() (See http://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/) for determining if the user is logged in or not.

share|improve this answer
how would you get the access token using that login social plugin? only way it seems to get the token is to do this developers.facebook.com/docs/authentication ? – 001 Feb 7 '12 at 1:08
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 20:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.