Categories: Blog

Add a Facebook app to your Fan Page

Facebook has recently change the way you manage apps by removing the App profile page completely. As I needed to add a newly created Facebook app to a Facebook page, the conventional way of doing this was no longer available.

However I’ve discovered through research that you can do so as long as you know the Facebook App ID and the URL of the App’s canvas URL.

Once you have those, simply enter this into your browser:

https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL

Don’t forget to replace ‘YOUR_APP_ID’ with your Facebook App ID and ‘YOUR_URL’ with the App’s Canvas URL. You can obtain these two values via http://developers.facebook.com/apps and selecting the desire app from your list of existing applications.

Peter Tran

Share
Published by
Peter Tran

Recent Posts

Kubernetes Resources to Learn From

I have been fortunate in working a lot more with Kubernetes lately over the last few months so I've been…

1 year ago

WordPress Development using Docker

Building my portfolio site, I thought I'd show you how I set up my Wordpress development using Docker. Given the…

1 year ago

Blank images in Puppeteer screenshots solved!

Frustrated with getting blank images in Puppeteer Chrome screenshots, recently I was in a situation where I needed to migrate…

1 year ago

Plans Moving Forward – The Revamped Web and I

It has been six year since my last major revamp/redesign of my current petertran.com.au portfolio site. So what are my…

1 year ago

Bad owner or permissions on .ssh/config

This article helps to solve a Bad owner or permissions on .ssh/config issue occurring on a Windows 10 machine when…

1 year ago

Accept payments easily and effortlessly with Pin Payments integration

Only a few lines of code required is to implement a payment system, thanks to inline Pin Payments integration. Accepting…

6 years ago