-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tomek Roszczynialski edited this page Jul 30, 2015
·
15 revisions
-
Facebook tokens & python, publish_pages permission is neeeded as well, not mentioned on this page
-
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 infacebook.GraphAPI
instantiation You have to specify version (2.4 worked here)
- Add album:
-
Autoreload modules inside ipython