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.

I want to use facebook API at my website. First I tried to use it by using give sdk sample code in php. All is fine except getting email id after login. How I can get email id.

Secondly when I login at popup window after click on fconnect button, It remain in popup also.

It should get back on parent window instead of open last page in popup.

If anyone getting my question then kindly give me your idea to sort out this problem.

Thanks,

share|improve this question
1  
You need to improve your accept rate, also provide some code – ifaour Oct 7 '11 at 19:24

1 Answer

Getting the email address will be part of the /me Graph object using a user access token with the email permission accepted. Play here: https://developers.facebook.com/tools/explorer to see the effects of access tokens with and without the email permission.

I would use the FB.login() call rather than the old fb connect button. :) :)

share|improve this answer
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. Thank you! – DMCS Feb 4 '12 at 18:02

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.