Closed alTagg3r closed 7 years ago
Regarding extracting the token manually, see #61
The error suggests that the app is not set up correctly. Can you please confirm you follow all steps from the readme? Can you also try adding "Marketing API" product?
Thanks @daroczig for the reply! The jsonlite function i working beautifully. I followed all the steps in the readMe, but I didn't set up the MarketingAPI product properly in my fb dev account. Thanks for pointing me in the right direction!
:+1:
Updated the README with this extra step.
{ "error": { "message": "(#3) Application does not have the capability to make this API call.", "type": "OAuthException", "code": 3, "fbtrace_id": "Acrg3f6l5EBNOME2hb-X4HV " } }
My json code is
{ "email": "testmymail@gmail.com", "role": "ADMIN", "business": "Gobi B" }
Plz help facebook marketing api
Hello! Thanks to the contributors of this package! Looking forward to getting up and running. Early on I'm experiencing an minor issue with extracting the access code from tkn, but attempted a manual workaround for that (tkncopy). Later on, when trying to initiate via fbad_init, I'm getting a length error (included below). In summary, "(#3) Application does not have the capability to make this API call".
Appreciative of all advice - Thanks!