Facebook like social plugin shows error after pressing like - facebook

I am using facebook social plugin "like" button in my android app. For implementing I have used android webview to load the URL that obtained while clicking "Get Code" from the URL http://developers.facebook.com/docs/reference/plugins/like/. The problem is that some times after clicking the like button it shows text "Error" in Red color. And if we click on that it displays a dialog says Warning: ... Below I am adding the image which contain the Error and Waring (took from the desktop Firefox).
Please let me know any one has faced the same issue, and how to solve it?
Thanks in advance
#nish

The content of the message you're trying to share through the Like button is flagged as spam. You should recheck the URLs that are your message contains.
Here's what Facebook says about this message:
https://blog.facebook.com/blog.php?post=18347337130

Related

Facebook Like button error

I'm having some problems with my like button. Used Open Graph Object Debugger and no errors were found.
The button still doesn't work.
When you click "Like" it will turn into a red text "error", saying "Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later."
Note: the likes came from the link I've posted on Facebook, share button is working.
My site: https://googledrive.com/host/...

Like button throwing error

Like button error since yesterday - URL could not be liked because it's been blocked.
i get this error when i click the like plugin from my actual app canvas page. although i can go to the actual app page and like the page by hitting the like button on that page.
This error started experiencing from yesterday. Any help will be much appreciated.
App page- https://www.facebook.com/pages/World-Footie-Manager-Play-Free-Football-Soccer/169765953131927
App canvas page ( where error occurs)- https://apps.facebook.com/worldfootballmanager/

Facebook 'like' button's mini pop up keeps closing before I can 'like' it

Tried to add a facebook like button which worked ok earlier, I have installed a plugin for wordpress to display the correct thumbnail when its shared on timeline. The problem is when I refreshed the sites thumbnail image using facebooks lint/debug tool (http://developers.facebook.com/tools/debug) I am not unable to actually 'like' the site.
When I click it a pop asked me to sign in which is fine, but the 2nd pop up 'where you can type a message along with your like) closes itself when I click it, I have no idea what is causing this, anyone shared the same experience or have any idea what may be causing it? Or do I have to wait until Facebook scrapes the page?
This ended up working today after another refresh on facebooks URL debug tool, seems random.

Send button returning error codes, like button works fine

I have a like/send button that I've set up on a customer's home page. I have it pointed at their facebook profile page so that when people like them either from facebook or on their homepage, it's always liking the same thing.
Anyway, I've used the fb social plugins page to create the fbxml, and I'm having a problem with the send button. The like button works wonderfully, but the send button doesn't want to cooperate.
First, I had the button set up using "http://www.facebook.com/AFEDEWA" as the link to like/send. However, with the button(s) configured that way, when you click on Send you get an error message that says "The page at ttp://www.facebook.com/AFEDEWA could not be reached because the server returned status code 200."
So I did some digging on the 'net, and found some info that seemed to indicate that maybe the send button didn't like the alias / page name. I tried putting in the page id instead, and when I do that I get a different error: "The page at ttp://www.facebook.com/profile.php?id=165721903513327 could not be reached."
(I removed the h in the front of the links in those messages because the board was complaining about too many links. But the actual error message has the http in full :) )
The link works either way if you c/p into your browser, and also works fine with the like button. It would appear that the send button has some issues? Maybe needs to handle redirects instead of returning a 200 OK message.... ?
Any thoughts would be greatly appreciated. If you want to see the like/send button in action, this is the website it's set up on: http://www.coolersecurityadvisors.com
thx!
After checking the buttons on the upper right, I found an issue. It seems like you can not Like/Send URL's of real Facebook Pages using the Like/Send button. Facebooks URL debugger always comes up with the error "Facebook can not crawl itself".
If you just want that people share a link to your Facebook Page, simply create a file on your server, implement the OpenGraph Tags you want to show up on Facebook (title, image, etc.) and output this in case the Facebook crawler is visiting this site, if it's not the Facebook crawler, redirect the user to https://www.facebook.com/AFEDEWA
Fix up the 8 warnings from https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.coolersecurityadvisors.com%2F and I think that might help solve the problem.

Facebook like button not working

Facebook like button not working on my site.
It goes from like back to default as if it isn't passing some validation.
http://www.imageizer.com/
Once the problem is detected and solved, I'll edit the question to represent a minimal example that will benefit the SO community. Unfortunately I can't pull out the problem out yet as I'm not sure what it is..
Here is a screencast demonstrating the issue http://see.weareinto.com/8Hbq
I believe this is a problem happening on facebook's end. But, there is a way you can fix it... Just copy the URL of your page and enter it in the Facebook LINTER tool here:
Facebook LINTER -> https://developers.facebook.com/tools/debug
I'm not sure of the exact details of why this works, but from what I've been able to gather, when you run the LINTER tool on your URL it will also update the cache facebook has for your URL. The error with the button working is on the facebook side, so by running this tool and getting facebook to update their cached data for your page, the like button starts working again. I've seen this broken facebook button occur for a few different reasons, one being that a page used to use the old facebook share button. When you add the new like button to a page that used to use a share button, the like button won't work until you run the page through the linter.
Bottom line is doing this will fix your like button. If your facebook button doesn't work on a page, run it through the LINTER tool. Hope this helps!
If you are on Wordpress and you have the "Facebook Comments" plugin enabled, uncheck "Include OpenGraph Meta Information" at the very bottom of the Facebook Comments settings page. This was screwing it up for me.