2

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.

Community
  • 1
  • 1
Satvik
  • 11,238
  • 1
  • 38
  • 46

1 Answers1

2

PyFacebook is deprecated. Use the new Oauth REST Api.

Jakob Bowyer
  • 33,878
  • 8
  • 76
  • 91