Open washeul opened 8 years ago
I'm submitting a fix for this in my pull request. Coming soon!
Sent fix. Make sure your instagram app has been reviewed so that it has access to those new scopes.
Hi, @cosenary , what about merging in to origin?
You can generate your custom authurl like this
$authUrl = 'https://api.instagram.com/oauth/authorize'; $_scopes = array('basic', 'likes', 'comments', 'relationships', 'public_content'); $url = $authUrl . '?client_id=' . env('INSTAGRAM_KEY') . '&redirect_uri=' . urlencode(env('INSTAGRAM_REDIRECT_URI')) . '&scope=' . implode('+', $_scopes) . '&response_type=code'; return redirect()->to($url);
Hi @cosenary , I am facing this error right now , i am still in sandbox not live to make a review , any idea what should i do please? Thanks
See above my comment.
@hiteshkanani Thank you very much
Error: getLoginUrl() - The parameter isn't an array or invalid scope permissions used.Error: getLoginUrl() - The parameter isn't an array or invalid scope permissions used.