Ok, so I have got an App ID and secret for a website.
When I set that up, I had to specify a URL.
This points to the main PHP page (lets call it main.php), which uses the PHP SDK to interact with facebook.
However, I want to call another PHP file (lets call it process.php), using Ajax, to process data and update the stream.
Now, I could create another facebook application for process.php, with its own id and secret, but that would be messy and you would have to grant it facebook permissions etc separately.
But if I use the application id and secret that I used in main.php, I get the following message:
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.
I am sure there must be a way to do this, but I can't for the life of me see what it is.
http://yoursite.comI have done this and very similar things worked fine for me – Dale Dec 5 '12 at 15:15