Error with facebook feed dialog - facebook

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.

Related

How hide tilte, decriptions, change url when I shared link to facebook like this? Thanks

How hide tilte, decriptions, change url when I shared link to facebook like this?
https://i.stack.imgur.com/FyDAh.png
When I click the image, it leads to new.
How can I do this?
Thanks
The intruction to help us do that.
Facebook takes the data from the Open Graph tags in the page source. If you want to redirect to another website, you can do so with JavaScript - Facebook does not parse JavaScript.
I would not advise doing this though, people should know where they go before they click on a link - and not be redirected somewhere else.

Link posting on Facebook wall without permission

So if I click this link http://cool.factsclub.site/?p=604 you see the "google captha" its basically fake and set so that if you press 3 it will share the link automatically to FB. How the can they share it without asking me first if I want to share it. Normally it would open a Status Update box.
I am just curios if you know how the trick works.
Thanks in advance!

facebook feed method link by default adding fb_ref=Default at the end how to remove that

I am using feed method for posting into my facebook wall from my website using asp.net and jquery/javascript initially it works fine but suddenly in the link at the end added fb_ref=Default I don't know why it happened I want to remove that please help me. I need answer as soon as possible kindly help me. Thanks.
You can resolve this issue via using .htacess by adding this above your current rules will remove everything starting from the &fb_action.
RewriteRule ^(.*?)&fb_action /$1 [L,R=301]
But this is work around and the correct way is using Share Dialog rather that Feed Dialog.
The main different between Feed Dialog vs Share Dialog
as you can see
https://developers.facebook.com/docs/sharing/reference/feed-dialog/v2.0
https://developers.facebook.com/docs/sharing/reference/share-dialog
Feed Dialog:
You can add the Feed Dialog to your app so people can publish individual stories to their timeline. This includes captions that your app manages and a personal comment from the person sharing the content.
Share Dialog
The Share dialog prompts a person to publish an individual story or an Open Graph story to their timeline. This does not require Facebook Login or any extended permissions, so it is the easiest way to enable sharing on web.
So in you have to use:
Feed Dialog ==> for Pages you developed so you can change htaccess
Share Dialog ==> for Pages you can not change it's code

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

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/

Facebook open graph like button

How do I get the facebook open graph admin button to appear on my website? I've have all of the meta data filled out and have ran it through their linter,
Use this page to get the code for your Facebook Like button, and then add that code to your page (Assuming you know how to do this. If not, I can help you there).