Sonia Colon
Sonia Colon

Reputation: 1

Adding your Page Tab App to your Page

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

Answers (3)

Chandra Iman
Chandra Iman

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

James Gentes
James Gentes

Reputation: 8086

According to Facebook, using the &next= parameter is recommended practice: https://developers.facebook.com/docs/appsonfacebook/pagetabs/

From Facebook docs

Upvotes: 0

Robbie
Robbie

Reputation: 17720

"next" should be "redirect_uri"

https://www.facebook.com/dialog/pagetab?app_id=[APP-ID]&redirect_uri=[https://www.yourdomain

Upvotes: 1

Related Questions