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?
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.
|
|
|
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):
But to get the ID, you still need to authorize the user. |
||||
|
|