freshplanet / ANE-Facebook

Air Native Extension (iOS and Android) for the Facebook mobile SDK
Apache License 2.0
221 stars 123 forks source link

Do I need Facebook publish_actions approved before publishing? #149

Closed wanting252 closed 7 years ago

wanting252 commented 10 years ago

I try to implement facebook login and data posted to timeline(I'd like to allow user to share app screenshots on his Facebook News Feed). Everything works ok with developer account, but not for normal account: the access token only contains basic_info(read permission), publish_actions not work at all, though the open session callback return success!. I heard that now facebook publish_actions need to be approved before working, is this correct?