URL did not like because it is blocked

I am a developer at www.iloveskola.lv and I created a facebook login with an API. After a user logs into his Facebook account, he has the opportunity to participate in the voting game.

One question, 4 answers. Each answer is a facebook LIKE button.

When the user clicks the button, LIKE content on facebook is created automatically. The first 2-3 days it worked fine, but now when the user clicks the button, the contents of the iframe just blink and nothing.

I checked this with mozilla (zilla bug) and saw the following answer:

 for (;;);{"__ar":1,"payload":{"success":false,"show_error":true,"error_info":{"brief":"Invalid url","full":"URL could not be liked because it been blocked.","errorUri":"\/connect\/connect_to_node_error.php?title=Invalid+url&body=URL+could+not+be+liked+because+it\u002527s+been+blocked.&hash=AQAh-oNvuhmlqYzH"}}} 

For in-depth research, you can try this system yourself. If our site is blocked, you want to hear an explanation of why this is happening.

0
source share
2 answers

If you used the Like buttons as a voting mechanism in the promotion (which is directly against Facebook policy), it is likely that users marked the resulting stories as spam, immediately deleting β€œLike”, hiding it from their news feed, etc.

When you try to share a link and it fails, there is a link in the error message for connecting with Facebook, if you think that this block is incorrect.

+2
source

Your site is blocked, most likely because it is considered spam or violates the terms of service regarding your contest rules. Contact the development team to find out how to unlock it.

+1
source

All Articles