i wnat know how to authentication done in server side for face book in "graph api"(oauth athentication)
+1
A:
This is described in the manual. You should read the manual.
Johannes Gorset
2010-06-22 07:30:36
it is incomplete and it is java script based
shan
2010-06-22 07:51:01
No, it's not based on JavaScript. You can communicate with Facebook's Graph API in any programming language that can make HTTP requests. See "Authenticating Users in a Web Application" in the link above.
Johannes Gorset
2010-06-22 08:48:14
thanks, i have done that,now i need to publish feeds,http://graph.facebook.com/PROFILE_ID/feed.curl -F 'access_token=...' \ -F 'message=Check out this funny article' \help me to implement this
shan
2010-06-22 09:21:23
@softcode: Help yourself by reading the manual. It's all there.
Johannes Gorset
2010-06-22 22:01:36
A:
this is good tutorial for beginniers
http://blogs.canalplan.org.uk/steve/2010/05/05/using-the-new-facebook-graph-api-off-line/
shan
2010-06-23 10:54:30