Unable to access facebook's Open Graph settings as the link 404's - facebook

I have a facebook app that I use to authenticate people on a website, as well as post to stream. I'm interested in using the open graph to set up my own objects, but when I edit my app's settings, and click on the 'open graph', I get a 404 'The page you requested was not found.'
I've tried creating a new App to see if I had messed up a setting, but the open graph link on that app also errors out.
I'm trying to follow the step by step on https://developers.facebook.com/docs/opengraph/tutorial/
but am unable to proceed to step 3 because the links don't work.
What am I missing here, and how am I able to edit the open graph settings on my app?
Thanks

Yeah, that link should work. Please open a bug: https://developers.facebook.com/bugs/

Related

"Failed to get composer template data"

When I run my URL on debugger it shows "Critical Error" and "Failed to get composer template data"
But when I share the homepage www.techlegends.in, the link preview works and in debugger it shows the correct preview along with the Critical Error.
Had the same issue and searched for solution.
It's an actual Facebook bug, which is being fixed right now: https://developers.facebook.com/bugs/918385908182634/
In summary, you can fix this by making sure that article:author only contains Facebook user IDs or Facebook profile URLs.
Applied it and voila, it works.

Error with facebook feed dialog

I tried to create a button to share, using direct URL, as shown here.
But I got an error. The code:
href="https://www.facebook.com/dialog/feed? app_id=364547240322699& link=https://developers.facebook.com/docs/reference/dialogs/& picture=http://www.rankingmetrohockey.com.ar/img/anunciantes%2Fflick_interna.jpg& name=Ranking+Metro+Hockey+-+Anunciante+-+Flick+Bag& caption=Ranking+Metro+Hockey& description=Nueva+funda+porta+palo%2C+canilleras%2C+protector+bucal+y+objetos+personales.& redirect_uri=http://www.rankingmetrohockey.com.ar/anunciantes/index/Flick+Bag/3"
How to debug this problem? They need to give any permission to the application? You can also just use a link to share?
I do not use Open Graph meta-tags since, on the same page there is another main button to share that uses OG.
Add &show_error=true to the end of the link so Facebook will show you the error and you can see what's going on.

Sharing URL's from Wordpress with Open Graph on Facebook

When the URL's from my site diipad.com are copied and paste or shared directly from my site, facebook doesn't process the URL and it only display the same URL i mean the excerpt and thumbnail doesn't appear.
but if i paste the same link on http://developers.facebook.com/tools/debug it doesn't show any error and it does process the URL's ive checked my HTML structure and it's Ok, the metadata is the one included on the facebook wordpress plugin Open Graph.
Plaese i need help sorry for my bad english.
HERE AN IMAGE OF THE ERROR
Just because the FB debugger doesn't complain about your HTML code, doesn't mean it's all there (it doesn't raise errors for missing tags).
There are many Open Graph plugins for WordPress (just search for "Open Graph" on wordpress.org to see). You might want to give this one a try: http://wordpress.org/extend/plugins/nextgen-facebook/
js.

FB Wall Posting with Link from FB IFrame App

I am doing the FB Wall post with a link say http://www.rewardtv.com. When i post it from my standalone website (using spring social) the link on the wall is working fine. It goes to the rewardtv.com
But when i use the same code from FB app and post it to the wall, even though the wall post looks correct, but when i click on the link it is getting redirected to
http://www.facebook.com/connect/uiserver.php?app_id=172622806174327&method=permissions.request&redirect_uri=http%3A%2F%2Fwww.rewardtv.com%2F&response_type=code&display=page&auth_referral=1
instead of rewardtv.com
and then getting a error page that my "An error occured with app name. Please try again.
Any help please... My intention is even if the wall posting is done from FB app (iframe), it should be directed to www.rewardtv.com instead of going to my app connect and permission
is there any extra permission need to granted in the app?
Constructing link like below
FacebookLink link = new FacebookLink("http://www.rewardtv.com",
rtvLinkTitle, rtvLinkHeading,
rtvLinkMessage);
and doing the post like
facebook.feedOperations().postLink(message, facebookLink);
To rectify the problem follow the below steps,
To Post the Cross domain URL (http://www.rewardtv.com) as link do the following,
Go to developer app setting (https://developers.facebook.com/apps) for the corresponding App.
Click the Edit App tab.
Click the Advanced tab on left side.
In the settings of Migrations Menu, check the radio button to Disabled for Stream post URL security

How to integrate the facebook app in Page Tab

I am trying to Make a simple facebook tab landing page with an app, and I cannot seem to get it to work. I tried researching this, but a lot of the tutorials on how to do this is are out of date because they change the process on how to do this so often. I am attaching my settings screen and the error I am getting in a screen shot. Not sure what is wrong with my base url, but i know for a fact the page is at the location specified.
here is the screen shot
Be sure that in the Page Tab URL you point to a file in your server that already exist in your server.
If you can't access the page, try to add the whole file name in the Page Tab URL
like: http://mydomain.tld/filename.php
to start using the api take a look at the docs here:
Facebook JS API Documentation
https://developers.facebook.com/docs/reference/javascript/
Facebook PHP API Documentation
https://developers.facebook.com/docs/reference/php/
The Settings where you trying to configure the Tab is just not correct. The easiest way to do this is to install http://apps.facebook.com/iframehost and configure it the way you want!