I am developing a desktop application that will interface with FB. FB insists that you provide a Site URL. Since this is a desktop application this doesn’t really make sense. I set the site url to ‘localhost’.
I just get the following error when I put ‘localhost’ in the url string
API Error Code: 191 API Error Description: The specified URL is not
owned by the application Error Message: redirect_uri isn’t an absolute
URI. Check RFC 3986.
This looks like a pretty common error but I don’t see any examples of how desktop applications should handle this site url requirement.
Can someone help me out?
Thanks
Pays to read the documentation to the end 🙂