single user Facebook app need long life access token for Fan page same user, not working since April 29th 2015 -


i have facebook app administrator for, followed these steps in these 2 videos: https://www.youtube.com/watch?v=g1999fcmcmw

https://www.youtube.com/watch?v=5tqqw3-stg4

to long life access token fan page, community fan page created same email app. app not have platform, used me single user, send updates own fan page, no log in page or website access authorise, had use graph api , tools page facebook provide access token , hard code c# console middleware program sends weather updates fan page. app appeared fine, after first attempt, pre april 29th update, app version 2.2 already. successful in getting long life token based on videos, altered steps in last 1 using 2 month access token instead of hour 1 never expire one, worked until changes made facebook on 29th april 2015, same steps produce never ending token , says success on post in graph api facebook page, when used in program says oauth exception #283 requires extended permission - mange_pages. have ticked , allowed , when checked me/permissions says token has access. have made sure on own app when getting token , not graph api, , have client oauth login selected yes. updated version of sdk .net facebook api dll nuget , has not changed issue. code facebookclient client; string access_token = "caa..." client = new facebookclient(access_token); client.version = "v2.2"; //newly added see if made difference didn't client.post("/me/feed", new { message = "message" });

i not able apply facebook permission don't have platform them test in, rejected reason. believe , correct me if has change due recent changes, if developer user , can authorise access didn't need have public facebook approval work?

if want eternal page access token, have @ answer here:


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -