rofirezkin
Results
1
comments of
rofirezkin
try this solution in react-native-instagram-login/instagram.js I replace scope else in line around 70. const data = { client_id: appId, client_secret: appSecret, grant_type: 'authorization_code', redirect_uri: redirectUrl, code: code, }; const url...