Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Apr 242011
 

How to get my Facebook App' access token?

Answer:

Assume you have your created a Facebook application, and you have the two things: App ID & App Secret.

You can get the access token by a simple curl command.

# curl -F type=client_cred -F client_id=APP_ID -F client_secret=APP_SECRET https://graph.facebook.com/oauth/access_token

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>