I created an App (inside a Page Tab). Now I check if the App has all permissions, if not I ask for them:
//$app_url = Url to Page Tab
'<script>top.location.href = "'.$facebook->getLoginUrl('next' => $app_url, 'scope' => $scope).'";</script>'
Now I want that it redirect to the Page Tab (App) after asking for permissions, but it always redirects to my domain.
Tried it first with 'redirect_uri', but that throws errors (outdated), and also with 'next'.
Any ideas, except checking in the APP if the User is on Facebook?
ps. couldn't find a up to date solution.
edit: Just saw when I try the app as a admin the following error is displayed: API Error Code: 191 API Error Description: The specified URL is not owned by the application