Hello,
I am trying to host an application on Google App Engine. The application uses Facebook Connect API for logins.
When i tested the application by running it on my local machine, everything worked fine.
Now, in the page that is supposed to ask the user for permissions,etc, i get the following error: "Error Message: channel is not owned by the application"
Any idea what might be causing this?
I have made sure that i am using xd_receiver.htm. Hence this should ideally not be a cross-site scripting issue.