0
我想使用python在facebook牆上發佈消息。我從開發人員應用中獲得了一個Access令牌。我試着用下面的代碼如何使用python在Facebook牆上發佈消息
graph = facebook.GraphAPI(Access token)
profile = graph.get_object('me')
graph.put_object("me", "feed", message="Hi Good Afternoon Have a nice day!")
我不能能夠訪問permission.Am得到錯誤像
**"facebook.GraphAPIError: (#200) The user hasn't authorized the application to perform this action"**
是什麼在開發應用程序更改設置。我不知道該怎麼做.Plz幫助我學習它。我提到了一些鏈接來做到這一點,但沒有得到任何解決方案。 Plz找出了做到這一點的方式。提前感謝。
感謝豬頭...得到的結果 –