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
Hi!
Firstly, thank you for package it is very helpful for us :)
The bug:
I am taking data from social login:
data = backend.user_data(response.get('access_token'))
Data from facebook backend looks:
{/data/}
And from Instagram:
{'data': {/data/}}
So data from Instagram are wrapped by 'data' key
The text was updated successfully, but these errors were encountered:
Hi!
Firstly, thank you for package it is very helpful for us :)
The bug:
I am taking data from social login:
data = backend.user_data(response.get('access_token'))
Data from facebook backend looks:
{/data/}
And from Instagram:
{'data': {/data/}}
So data from Instagram are wrapped by 'data' key
The text was updated successfully, but these errors were encountered: