-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi @halsandr, thank you for making this available!
I managed to set up the app and connection with Facebook, all authenticating as it should, but, when I try to retrieve data using the explorer or Data Studio itself, it throws an error saying a page access token is required.
I did update all the requests to v3.3, current, and everything else seems to be working, it's just this request piece that's getting me a headache. Here is what I get back:
[{"code":400,"body":"{\"error\":{\"message\":\"(#190) This method must be called with a Page Access Token\",\"type\":\"OAuthException\",\"code\":190,\"fbtrace_id\":\"AwSk6k26bAqpoYBJNk8bnQr\"}}"}]
Doing some logging, I found out that the request seems to be sending the User Token when requesting page data, and that's whats causing the issue. Any help would be much appreciated.