tags:

views:

52

answers:

2

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
it is incomplete and it is java script based
shan
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
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
@softcode: Help yourself by reading the manual. It's all there.
Johannes Gorset
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