I have a game application released at facebook platform and i need to publish date of user to be shared with his friends after finishing playing tha game and i have used the following javascript code:
function do_perm()
{
FB.Connect.showPermissionDialog('publish_stream', null, 1, 'API-key as string');
}
but the following error is showed to me when the form of publishing is opened:
Invalid API key specified
The application you are trying to access does not exist or has been disabled.
I don't why this error occurred i think that i am missing any configuration in my application setting where there are Publish Callback URL and Self-Publish Callback URL in the settings of the application and i am leaving them empty and don't know what data to fill with can any one help me please that is aware with facebook API and platform.
Note: i am using facebook iframe and my application is an asp.net 2008 application with C# language
Thanks in advance
