I m working on an app our customers will install on their page. I try to make the following sequence without success :
- get user permissions
- let the user choose the page he wants to install the app
- add the app to his page with facebook.com/add.php?api_key=xxxx&pages&page=xxxx
- Redirect the user to our page app where he will be able to configure it
This last step is making me crazy. The user is allways redirected to his page and I don t know how to change the page to target. We try the next parameter in the add.php link but it does nothing
Any idea on the way to do it ?
Thanks in advance folks