Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"view app profile page" button missing

I've just duplicated and re-skinned an app I've used many times before. It's a simple Like gate with a name/email form to fill in.

I've copied the details for the app config within the developer app just as I do every other time. Last time I installed an identical app was about 3 weeks ago.

I am missing the "view app profile page" on any app I've tried to create today which means I can't add it as a custom tab to my pages to test it out, or get to it at all.

Anyone know why this may be the case please?

Thanks.

like image 235
user971473 Avatar asked Dec 11 '11 14:12

user971473


2 Answers

Try the following link

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

before use, replace:

  1. [APP-ID] with your app id
  2. [http://www.yourdomain] with the Facebook canvas or tab URL (on your domain; not the facebook.com one)
like image 61
ciwmcit Avatar answered Nov 14 '22 00:11

ciwmcit


As you can see from this facebook developers blog post, facebook has started removing the "application profile page". This change will be completed 1st of February 2012. There are details in the blog post on how to handle these changes.

like image 44
Lix Avatar answered Nov 13 '22 22:11

Lix