When I Try Login With Facebook Oauth In Nodejs,Its Shows It looks like this app isn't available To fix this, please contact Papa-Go-App - facebook

It looks like this app isn't available
To fix this, please contact Papa-Go-App.
It looks like this app isn't available
To fix this, please contact Papa-Go-App.

Related

Facebook app integration to Fan Page Timeline

I have been trying to upload and app built in ruby to a facebook page I manage and keep getting "Sorry, something went wrong" and a 191 error.
I have optimized all of the settings and have been using this URL to add it to my fan page.
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&next=YOUR_URL
app ID: 251045461667460
URLs:
https://www.electric-moon-2772.herokuapp.com/
https://apps.facebook.com/your_vision_hd/
I have also filled out all of the necessary details required. I cant figure out why this doesnt work.
Please HELP!
Thanks
When I access: https://apps.facebook.com/your_vision_hd/ it says that https://www.electric-moon-2772.herokuapp.com/ is temporarily down or have moved... Also, your SSL Certificate is not valid, maybe that's the cause...

creating a simple static app [facebook app]

I want to create a simple app for facebook, something like axa insurance
They have a folder competition, where you click on that folder which then displays an image which you can share. Any ideas how to do this? I have no idea from where to start. Can anyone provide any assistance or any tutorials on it? it would be highly appreciated.
You first need to create page tab app here: http://developers.facebook.com/
Facebook app are now a simple iframe pointing to whatever you want!
A couple of details:
you should have an ssl certificate for https user (otherwise it'll
give a warning when the user will be on your tab app)
Adding the app to your page is not really intuitive, take a look over here: http://developers.facebook.com/docs/reference/dialogs/add_to_page/ - under Direct URL Example to know how to do it!
Here's a tutorial about it
http://query2arijeet.com/2012/02/16/installing-your-iframe-application-on-your-fan-page-2012-iframe-facebook-apps/
You can google around "create facebook app for fan page 2012" or something like that!

Facebook Like Box for my facebook page

I am trying to implement facebook like box for my facebook page on my own site. I copied the code from http://developers.facebook.com/docs/reference/plugins/like-box/ (HTML5 or any other) and pasted on my site. Box appears with all the correct information bu when I click on like, I get an error message saying
"The page at http://www.facebook.com/pages/xxxxx/111111 could not be reached."
I've been trying to find a solution for this for hours but couldn't find anything. It's nothing to do with the privileges etc.
I also ran it through Object Debugger and it didn't come up with any problem.
Does anyone has any solution for this? I created the page today, does facebook needs time to parse/index my page before like box works?
Thanks in advance
Are there any demographic restrictions on your page that would prevent it being seen by somebody logged out of Facebook? Is it the published? Those are the two most common reasons for that error that I've seen
Ok, all of a sudden it started working. Haven't changed anything in the code. So I guess Like Box won't work if you install it on the same day you create the FB Page.

facebook like page with url to application

I have been trying to create a Facebook like-page with a like linke/button to my iphone application. Like Camera+ (http://www.facebook.com/CamPl.us). I just can't find anyway how to make a page like camera+ - Any help?
I found out that this feature is outdated or disabled from facebook :-/
https://stackoverflow.com/questions/7273559/how-do-i-change-download-app-button-url-for-facebook-app

How do I present the nicer timeline-oriented style of Facebook permissions request dialog?

When I send a user to the authentication URL recommended by the Facebook developer documentation:
https://www.facebook.com/dialog/oauth?client_id=...&redirect_uri=...&scope=...
I see a dialog similar to this:
I would like to present a dialog like the one I see for other apps, which looks like this:
Can someone please explain how to achieve this much friendlier appearance?
I found the documentation I needed here:
https://developers.facebook.com/docs/beta/authentication