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.
I have been fortunate in working a lot more with Kubernetes lately over the last few months so I've been…
Building my portfolio site, I thought I'd show you how I set up my Wordpress development using Docker. Given the…
Frustrated with getting blank images in Puppeteer Chrome screenshots, recently I was in a situation where I needed to migrate…
It has been six year since my last major revamp/redesign of my current petertran.com.au portfolio site. So what are my…
This article helps to solve a Bad owner or permissions on .ssh/config issue occurring on a Windows 10 machine when…
Only a few lines of code required is to implement a payment system, thanks to inline Pin Payments integration. Accepting…