$facebook->api('/me/feed', 'post', array(
message => "Test" ,
link => "link",
name => "test",
picture => "test pic",
caption => "test",
description => "test"
));
Error i am getting is Uncaught OAuthException: (#100) Sorry, this post contains a blocked URL
Error doesn't come when i run on localhost, it occurs only when i upload the code to server and then run it