I want get data from facebook through the registration plugin and store it my database with php to keep track of the users who sign in with facebook. How can i do that. Documentation does clarify on this. Any ideas or examples of how it can be implemented?
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.
|
|
|
Wasswa, Please take a look at the Registration Plugin documentation, search the page for 'Reading the data'. Essentially, once the user has submitted their information facebook will pass the information to your page in the signed_request param which can only be decoded by your application secret. The php sdk helps with decoding the signed requests, doc here |
|||
|
|