android - Facebook publish_action -
i'm having strange problem. i'm developing integration of facebook inside app. managed make works, login , publish_actions can post user inside app. open page use code
session.openforpublish(new session.openrequest(getactivity()).setpermissions(arrays.aslist("read_stream", "publish_stream", "publish_actions", "email", "manage_pages")).setcallback(callback));
the session opened , right token created. don't know why but, 2 weeks ago, company working changed app_id of app inside developer app page of facebook, , have bad issue : when use same code use login, in login popup
with specificed this not let app post facebook
i contact company , have done following steps on developer page
- app detail > configure app center permissions > added publish action permissions
- settings > add platform added android platform name of app package
the app not in developer mode, it's public. problem still there can problem? thank in advance!
you have submit app facebook review. there no need submit app facebook must.
https://developers.facebook.com/docs/apps/review
visit above link, shows step step process submit app app store.
Comments
Post a Comment