I have a Facebook App, and I want to create a Facebook Page for it. But nowhere can I find an option to do that.
Where am I supposed to be doing this?
Try clicking on "app details" in the developers section of your app and under Contact info you should see "Create a New Facebook Page" button.
Follow this link
https://developers.facebook.com/apps/< YOUR_APP_ID >/settings/advanced/
Screenshot
Related
I have both a Facebook page and a Facebook app and want to use my existing page as the page for the app. All answers I've found says that the page needs to be changed to "App Page" which is found under "Brands & Products". The problem is that those options aren't available anymore.
Can someone say how to use an existing page as an app page, or confirm that this is no longer possible?
I just found out the answer myself, so I'll answer it.
First go to your PAGE and choose Edit Page Info in the three dot menu.
Under Category, add the tag "App Page". It's important to REMOVE ANY OTHER TAGS!
https://i.stack.imgur.com/pRxDB.png
Then go to your APP at Facebook for Developers and go to Settings - Advanced. Under App Page you'll see a list of all available pages you can choose.
https://i.stack.imgur.com/mMrBW.png
I have a facebook canvas app that I associated with an existing Facebook page but I don't have a "Go to app" button in the facebook page.
I think that the problem comes from the configuration (of the facebook page or the facebook app) but I can't find what is wrong.
https://www.dropbox.com/sh/4mppfj26dr6v5c7/AAAfthrlfke63IgLJJEm900na
I followed the instructions here, the canvas app works and the canvas app is associated with the facebook page but I don't see any information about more configuration needed.
What's necessary to configure to have the "Go to app" button ? Or am I missing something else ?
I see some other similar threads but no one help me.
Thanks in advance for your help.
I have a facebook "app" (an external site with Facebook Connect) called Mutuality and it properly links to Facebook "App Page" http://www.facebook.com/mutuality.org
At first http://www.facebook.com/mutuality.org had a nice "Go To App" link.
But after editing some page info it is coming up in search as an "Organization" page rather than an "App Page" and whatever I do I can't get the "Go To App" button back!
Any ideas please?
Seems like the page category has to be Brands & Product / App page - don't change that!
Working now at http://www.facebook.com/pages/Mutuality/254370917995739
I have looked all over the internet. Can anyone point me to some resources for adding the "Add to my page" button on my facebook pages tab app. I have seen other pages do it, so i know its possible.
You can add an app to a page via:
The API: https://developers.facebook.com/docs/reference/api/page/#tabs
The 'Add to my page' link on the app's profile page (deprecated, see https://developers.facebook.com/blog/post/611/ for details)
The new 'Add Page Tab' dialog you can use in your app (see the above blog post again for more details, there's full docs here: https://developers.facebook.com/docs/reference/dialogs/add_to_page/ , and a short example below):
Create a link on your site to:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=URL_TO_REDIRECT_USER_TO_AFTER_ADDING
You can also trigger this using the Facebook Javascript SDK (details on the doc above)
http://www.facebook.com/dialog/pagetab?app_id="yourAPPID"&next="your_app_url","PageTab","width=1000,height=300"
This is what you need to execute on your browser and it will solve your problem
Or you can add your app via this simple form I made, which uses the above code so you don't have to look any more, since facebook is removing the "add to my page" along with the app profile page
https://admine.eu/addapp.html
I've created fanpage of the app in facebook. Wonder how to create the button "Download App" like it shows in "Seesmic" fanpage.
http://www.facebook.com/seesmic
Please advise.
It's in the app settings, under "Facebook Integration", in the "Canvas" section. All the fields should be empty.