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.

Is it possible to get a php page to display "Leave a comment, '%fullname' " without having to use that method that the user has to grant permission for the app, can I do it in another easier way (maybe even without using the app method) that doesn't interrupt with the user's experience when browsing through pages?

share|improve this question

1 Answer

There“s a very simple answer to that: No.

Without authorization, you cannot get any personal data of the user. But there are several Social Plugins, you might want to try them: https://developers.facebook.com/docs/plugins/

If you know the User ID, you can use this way (or the Graph API):

https://developers.facebook.com/docs/reference/plugins/fb:name/

But to get the ID, you still need to authorize the user.

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.