I want to redirect the user to the page tab he currently installed on a facebook page he owns. To make this clear im talking about the install process of facebook page tabs. I found several questions in the same direction but i couldn't find a correct way to do this. This is the standard link to install a page tab.
"https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL"
Because i dont know on which page a user will install the tab i can't set the next url properly. This will lead me to redirect to some page i try to get these infos. However I'm not able to extract information about the page he used through signed request or the url schema. Sometimes the url contained the id of the page the tab was installed, but this seems over.
"https://url/?tabs_added%5B379396442071062%5D=1#="
edit: this url contains the IDs as array encode, thanks @ifaour: %5B379396442071062%5D -> 379396442071062
In my opinion this is such a standard use case to do for page tabs that i couldn't believe it's so hard to actually do this or find a solution for that.
Hope you can help!