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

https://fbcdn-dragon-a.akamaihd.net/hphotos-ak-xpa1/t39.2178-6/10173501_712654372111832_803467338_n.png

with specificed this not let app post facebook

i contact company , have done following steps on developer page

  1. app detail > configure app center permissions > added publish action permissions
  2. 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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -