Reputation: 1
Your https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL brings me to an error page.
Please advise.
Thank you!
Upvotes: 0
Views: 173
Reputation: 1
You can try this one:
https://www.facebook.com/dialog/pagetab?app_id={YOUR_APP_ID}&redirect_uri=https://facebook.com
hopefully help :)
Upvotes: 0
Reputation: 8086
According to Facebook, using the &next= parameter is recommended practice: https://developers.facebook.com/docs/appsonfacebook/pagetabs/
Upvotes: 0
Reputation: 17720
"next" should be "redirect_uri"
https://www.facebook.com/dialog/pagetab?app_id=[APP-ID]&redirect_uri=[https://www.yourdomain
Upvotes: 1