Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 2 down vote accepted

PyFacebook is deprecated. Use the new Oauth REST Api.

share|improve this answer
1  
Yep, this is the way... just make sure you store the oauth token that Facebook gives you. – Humphrey May 12 '11 at 23:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.