i am using facebook connect with new platform in my asp.net web site which is in 2.0. i want to get user email and name. how i can do that. Regards.
|
|
Email address and other information of user from Facebook, with users permission Before this you should have Facebook app id and secret id , these values can be created from below link, when you are logged into facebook https://developers.facebook.com/apps follow steps to create apps and you will keys automatically
Step 0make a test.php and below contents
Step 1Download Facebook php-sdk from below link https://github.com/facebook/php-sdk update 23 dec 2012 https://github.com/facebook/facebook-php-sdk paste it your working directory and extract and rename it as Step 2https://developers.facebook.com/docs/guides/web/ you can copy below code from above link, or below code fully functional and perfectly made for retriving email and other information
and added image for easibility and final output will be displayed in image
|
||||
|
|
|
These two links will help you. Authentication specially Authenticating users in a web application section |
|||
|
|


