Cannot access apps created for my FB page - facebook

I have two pages and apps created on both pages. Although the apps on both pages work fine I cannot access the apps on one page to edit them. I need to update them after the timeline switchover. Only 1 app created for one of the pages is shown. The other 4 apps on my other page seem to have vanished. if I log on FB as myself to access the Developers page I only see the one app. Loggin straight into the affected page and trying to access the Dev page redirects me straight back to my page.
I have hours of work that I cannot access! The help from FB is next to useless and hours of searching has turned up nothing. Can anyone advise? The apps exists because I created them! If nobody can advise, does anyone know where I can go to get advise and a response from FB?
Thanks

Related

How to set up a facebook app for an existing fan page to track ad clicks/installs?

I’m trying to set up and link the facebook sdk in some existing mobile apps to an existing fan page. I’m an admin for the fan page, so I have access to https://www.facebook.com/analytics/page_a_id/ for that page. I want to be able to track ad clicks —> app installs. I got a new app working with the sdk setting it up through https://developers.facebook.com/apps/app_b_id/dashboard/. But I want it to be linked to the first page, not a new app. How can I create an app and link it to that already existing fan page? I have followed the instructions from this answer (https://stackoverflow.com/a/13904144/419194), and I was able to successfully see the page I want to connect on https://developers.facebook.com/apps/app_b_id/settings/advanced/ . However, events from the facebook sdk on Android still are reported in the analytics page for page_a_id. Why is this? Is there anything else I have to do? Or am I just misunderstanding how this all works entirely?
And just to keep me sane, this is the correct process, right? I only want to be able to feed the sdk into the analytics. I feel like many other people must have done this, but there seems to be a lot of confusion from various SO/FB help posts.

Where do I view information harvested from Facebook Login?

First of all, let me point that I have only used Facebook Apps and Facebook Analytics for the first time about two days ago and my knowledge of code, app building etc is very very minimal.
I have recently added Facebook Login to a webpage of mine, which is working great.
FB Login working property
The page with Facebook Login on - https://valdezwright.com/access
The only problem is, I cannot figure out where to VIEW this information.
All I need to view for my own purposes are email/name/maybe some other bits, but I cant find where to find it in, for example, a nice accessable spreadsheet or something similar.
I have Facebook Analytics.
Can anyone help me with this please? I'd be most appreciative as I'm currently pulling my hair out!
Thanks

How to merge or handle fan page and app page?

First, I'm new to the whole Facebook page and apps. I have had a page created long ago for all my app fans here:
http://www.facebook.com/xiialive
However, now my Android app allows user to post what they are listening to Facebook. The problem is that I can't set my Facebook app to point to my old fan page so I had to create a new one: http://www.facebook.com/pages/XiiaLive-Internet-Radio/134321196699146
I just don't want to be supporting two pages... Seems a bit weird... How can I handle this situation? Any ideas? Possibly redirect automatically to my old fan page?
Any tips how to handle this situation would be greatly appreciated!

How to get App ID for an existing facebook page?

I have the following case:
My client already has a facebook page with timeline and a decent amount of likes.
My job is to integrate facebook comments and facebook like to their website. For this I need an App ID, which I can easily get by creating a new app on developers.facebook.com
What I want is to somehow connect this app to the client's page so;
it shows up on their insights report
maybe likes and interactions get connected to the client's page instead of an app
I have already spent many hours trying to get this to work, but I don't yet see a way.
I can imagine that when I create a new App and then add a page to that app I have them connected. Though my client's company isn't an "app", it's a real-world business. Also, this way my clients loses all their likes on their current page.
Please help me figuring out the right way to do this.
Thanks in advance.
If you have a Pretty URL, you can go to http://graph.facebook.com/{yourpagename}. The App ID of the page will be right there at the top. If you do NOT have a Pretty URL for the page, the App ID of the page is the number at the very end of its URL.
There's no way to link an existing app and page (by 'link' i mean mark the page as being the page which represents that app) - you can of course install an app on to your page as a tab, or use an app to manage the page and post updates, etc, the documentation for both of which is on the main developer site
Login to your page >> Click on Settings > Click on Apps from left panel > Select your page app >> Go to the bottom
Here you can find User ID

Facebook app - no "Installable to"

I am creating a small Facebook application for pages (not profiles).
I can see in many tutorials, to allow the application to be added to a page, as a tab, you need to select in the app settings:
Authentification -> Authentification Settings -> Installable to : Facebook pages.
I think the menu is evolving since different tutorials show different locations.
Form the screenshots, I can tell this page is for me Facebook Integration.
In it I can see the Page Tabs section, but there is no "Installable to" option.
Not here nor anywhere else.
That really drives me crazy, I have wasted almost half day on this, I just want to click this option ... :(
If anyone can tip me on this my appreciation will be infinite!
Thank you,
Aurelien
That option is no longer exists (at least in the settings page).
What you can do is getting the page admin to authorize your application and then post on his behalf OR get the page access token (also needs the admin authorization) by asking for the manage_pages permission.
A quick note when reading tutorials about facebook development, check the date of the article because most of articles are outdated!
I found out how to add my app to a new tab:
You need to create a profile for the page admin! If you didn't, on the top right of Facebook page you should have a link 'Create Your Profile'. It doesn't make sense to me but ...
Go to this link (thanks ifaour):https://www.facebook.com/dialog/oauth?client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&scope=manage_pages&response_type=token
Got to your http://www.facebook.com/apps/application.php?id=YOUR_APP_ID and add the app to your page