In My current application I've used facebook Graph API to fetched data from facebook with the help of PHP SDK. I've explored so many tutorials on web but I found some links are very helpful and easy to understand Here I'm sharing those links. By surfing through these links you can get to know these below things
1 . How you can create your application in Facebook and How you can use APP ID and APP Secret?
2. How you can connect to Facebook from your Application?
3. How you can fetch data with the help of Facebook Graph API and PHP-SDK?
4. How you can Design your Facebook Application?
So here are some useful links.
- http://www.londatiga.net/it/how-to-create-facebook-application-with-php-for-beginner/
- http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/
- http://net.tutsplus.com/tutorials/php/wrangling-with-the-facebook-graph-api/
- http://www.joeyrivera.com/2010/facebook-graph-api-app-easy-w-php-sdk/
- http://net.tutsplus.com/tutorials/javascript-ajax/design-and-code-an-integrated-facebook-app/
To Create a New Application in Facebook.
https://developers.facebook.com/apps
Graph API
https://developers.facebook.com/docs/reference/api/
PHP SDK refrence
https://developers.facebook.com/docs/reference/php/
FB Tool for Graph API Explorer
http://developers.facebook.com/tools/explorer
Hope it helps.
No comments:
Post a Comment