steps for facebook connect graph api
- by dskanth
Hi, iam using facebook connect in my site, and i want to know how do i use the graph api for authenticating the user. I followed these steps:
1) Initially i sent a request for "code", by clicking on the facebook icon in my site:
https://graph.facebook.com/oauth/authorize?
client_id=xxx&redirect_uri=http://xxxxxxxx
2) And then after…