You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If querying an App-Scoped User ID:
None
If querying a User ID:
User or Page access token for Facebook Login authenticated requests
App access token for server-side requests
Client access token for mobile or web client-side requests
we see that this is an http URL, so the issue with fetching the image might not be related to the access token, but to the fact, that facebook rejects non-ssl connections to the image endpoint since a while, as discussed here: #345 and fixed here: #346, not yet released: v8.0.0...master though.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is it possible that PR #344 added access_tokens to all types of scoped requests?
I am seeing cases where FB returns
Error validating access token
, but if I removeaccess_token
from the URL completely, then the URL works.From the FB docs https://developers.facebook.com/docs/graph-api/reference/user/picture/#requirements
it seems that an access_token is not needed for /picture requests for app-scoped user_ids. Does the current code account for this context?
Anyone else seeing similar issues? Or is it just me?
The text was updated successfully, but these errors were encountered: