Update Facebooks Status using Python -
What is the status of updating my Facebook status ("What's in your mind?" The easiest way?
Check who has ... Facebook!
Obviously on that page, documentation and unchecked, you will probably do something like this:
import facebook fb = facebook.facebook ('YOUR_API_KEY', 'YOUR_SECRET_KEY') fb .auth.createToken () FB .login () fb.auth.getSession () fb.set_status ('Checking StackOverFlow.com')
Comments
Post a Comment