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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -