Skip to content
Tomek Roszczynialski edited this page Jul 30, 2015 · 15 revisions

Welcome to the Sacre-Bleu wiki!

Here are some useful notes:

  • Facebook tokens & python, publish_pages permission is neeeded as well, not mentioned on this page

  • Virtualenv basic tips

  • Tmux cheatsheats: uno & dos

  • Facebook-SDK api reference

    • Add album: api.put_object(parent_object='me', connection_name='albums', message='description', name='album name') -- returns dict with album id
    • Add photo to album: api.put_photo(image=img, album_path = id " + "/photos") works alright, but in facebook.GraphAPI instantiation You have to specify version (2.4 worked here)
  • Autoreload modules inside ipython

Clone this wiki locally