CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

(#200) Requires extended permission: publish_actions #30

Closed Yashshree closed 6 years ago

Yashshree commented 6 years ago

I am trying to share via facebook account which is added as a tester. plus i am unable to see public_action as permission. please help.

rdelrosario commented 6 years ago

On latest version doesn't use this permission since it was deprecated, now uses sharing dialogs which doesn't require them.

For more information:

https://developers.facebook.com/docs/sharing/android/ https://developers.facebook.com/docs/sharing/ios/

Yashshree commented 6 years ago

How to open sharing dialog using this plugin?

rdelrosario commented 6 years ago

Is on the docs by using the SharingAsync method

Yashshree commented 6 years ago

I am using that same method hence i am getting Requires extended permission: publish_actions error. Can you suggest something else?