我正在使用react-native-instagram-login并按照文档中所述设置appId和appSecret。但是我收到一个错误消息,作为无效范围。有人可以建议如何解决此问题。我还添加了范围。
<InstagramLogin ref={ref => (this.instagramLogin = ref)} scopes={['user_profile', 'user_media']} redirectUrl='my url' appId='appid' appSecret = 'appSecret' onLoginSuccess={(token, result) => this.socialLogin(token, 2)} onLoginFailure={(data) => this.setState({failure: data})}/>
答案 0 :(得分:0)
添加此操作后上述错误得到解决
转到角色> Instagram用户并添加您的Instagram帐户。然后转到https://www.instagram.com/accounts/manage_access/接受您应用中的Tester邀请。