facebookarchive / fbconsole

A micro api client for writing scripts against the Facebook Graph API.
Other
325 stars 74 forks source link

Settings in fb auth part #8

Closed tortelili closed 12 years ago

tortelili commented 12 years ago

Hi I create a new app id in fb and also create a new token. Login works fine and I also see all Infos via /me but It is not possible to update/create a status message. The return result is forbidden. Is there any addition permissions requesting in the fb app setting. New new app auth settings confusing, so I didnt see something like basic permissions. Regrads, Thorsten

tortelili commented 12 years ago

Just missing to set right auth_scope with AUTH_SCOPE = ['publish_stream', 'publish_checkins','offline_access'] before start authenticate(). No further setting in fb needed.