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 just want to display the username and profile picture of my blog visiter near the commenting area.I want to do without any authenticating with FB,Is there any way to do this ?? Am i totally wrong ??

share|improve this question
Sorry for my poor language :( – Alfred Francis Aug 11 '12 at 4:03

1 Answer

There is no way of doing it without the user authenticating. Getting the name and profile pic from FB requires authentication. The user must give you permission to access their information via the FB SDK.

You can read more about it here: https://developers.facebook.com/docs/sdks/

share|improve this answer

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.