I am using this facebook ui
FB.ui({
method: 'send',
to: the_users_ids,
link: 'http://ngtv2.info/',
name: 'I have a message here http://ngtv2.info/',
caption: 'The caption',
description: ('the descript'),
picture: 'the/path/of/thumb_snow_leopard.jpg'
});
the send facebook ui appears, but when I click on the send button and then check the fb account that suppose to get the message, It does not appear on the message list.
I am having a internal server error, and also this image
Any idea?
I think my link is invalid, how can I make the link valid?
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.
Thank you in advance, King
Are you testing your application on localhost? That will not work.