Programmatically getting an access token for using the Facebook Graph API
Posted
by justinhj
on Stack Overflow
See other posts from Stack Overflow
or by justinhj
Published on 2010-06-17T03:41:24Z
Indexed on
2010/06/17
3:43 UTC
Read the original article
Hit count: 339
I am trying to put together a bash or python script to play with the facebook graph API. Using the API looks simple, but I'm having trouble setting up curl in my bash script to call authorize and access_token. Does anyone have a working example?
© Stack Overflow or respective owner