1

I understand from experimentation and other posts I've found here that if a Page has a specific age restriction, it becomes necessary to use "the end-user's access token" for posting to the Page, as this access token provides the insight necessary to validate the user's age.

The problem I'm having is that my application (a WordPress plugin) uses the access tokens acquired through the /me/accounts endpoint, but these access tokens don't work (when a page has age restrictions). I assume these access tokens represent the permissions and profile of the the /me used in their acquisition, but this doesn't seem to be the case.

I have verified that age restriction is the problem. If I turn off the age restriction on the page, the plugin works perfectly. Turn it back on, and the application fails to post.

How do I remedy this?

Benjamin Gruenbaum
  • 270,886
  • 87
  • 504
  • 504
Collegeman
  • 71
  • 5
  • Is it something as stupid as your account isn't old enough to post on the page? – Mike F. Oct 18 '11 at 22:56
  • Thanks Mike and webarto - always helpful to know upfront who the jerks in the forum are... – Collegeman Oct 19 '11 at 16:38
  • Old question, but i just had the same issue and came across this: http://stackoverflow.com/questions/6843796/graph-api-returns-false-or-unsupported-get-request-accessing-public-facebook – Mupps Feb 28 '13 at 00:14

0 Answers0