Programmatically getting an access token for using the Facebook Graph API

前端 未结 8 1005
我在风中等你
我在风中等你 2020-12-04 09:06

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 scrip

8条回答
  •  一生所求
    2020-12-04 09:35

    Here is the Python Code. Try running some of these examples on command line, they work fine for me. See also — http://www.pythonforfacebook.com/

提交回复
热议问题