freshplanet / ANE-Facebook

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

PUBLISH_ACTIONS NOT WORKING IN ANDROID #216

Closed deccosantos closed 9 years ago

deccosantos commented 9 years ago

Facebook has allow my app to use publish actions and it's working greatly in ios with freshplanet ane, but in android nothing happens. If I add publish_actions in the permissions array not works. I tried public_profile, email, publish_actions didn't work, tried only publish_actions and didn't work too.

How can i solve this? What permission i need to set in array to allow publish actions?

PS.: in ios it's working with public_profile, email, publish_actions and Android only works with public_profile, email

deccosantos commented 9 years ago

I solve my problem, i was calling opensessionwithreadpermission instead of opensessionwithpublishpermission