Update status Facebook using Python I am using this answer to solve my problem. But this thing asks to authenticate the app , that is ok. But every time I run the script it again opens the browser .. what I want is to post it silently without opening the browser once I have given all the permissions to the app.
Asked
Active
Viewed 458 times
1 Answers
2
PyFacebook is deprecated. Use the new Oauth REST Api.

Jakob Bowyer
- 33,878
- 8
- 76
- 91
-
1Yep, this is the way... just make sure you store the oauth token that Facebook gives you. – Humphrey May 12 '11 at 23:11