Closed singhravi1 closed 5 years ago
I'm calling convert-token api and getting:
{ "error": "invalid_request", "error_description": "Backend responded with HTTP400: {\"error\":{\"message\":\"Unknown path components: \\/me\",\"type\":\"OAuthException\",\"code\":2500,\"fbtrace_id\":\"AAAAAAAAAAA\"}}." }
I have used this in other project where it worked (older versions of django social libraries). Am i doing anything wrong?
Needed to specify facebook api version as, SOCIAL_AUTH_FACEBOOK_API_VERSION = '3.2'
SOCIAL_AUTH_FACEBOOK_API_VERSION = '3.2'
I'm calling convert-token api and getting:
I have used this in other project where it worked (older versions of django social libraries). Am i doing anything wrong?