I'm trying to make a Facebook page tab where people can vote for their favorite video or music track from a bunch of embedded files. I need to get a unique ID from each user to make sure that they can only vote once. The signed_request only contains the user's id if they have authorized my app.
I have tried to have users authorize my app using the FB.login() javascript api, but I get the error:
An error occurred with Remix // Rework Vote. Please try later
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 permitted by the application configuration.
As far as I know, I have not set any redirect URL. Do I need to set this somewhere, or is this the not right approach to get a user to authenticate my page tab?
Error You have specified an App Domain but have not specified a Site URL or a Mobile Web URL [domain] must be derived from your Site URL or your Mobile Web URL.I can't see where to set those options, possibly because I am only using a page tab, not a site or mobile site. – rjmunro Jan 20 '12 at 19:13