All, I've got a page that I'm an admin for on Facebook and I've also got an application for the page. I'm trying to allow my application to post offline messages to my wall for I can't figure out how to give my application the permissions needed in order to do that. I did find the following URL:
https://www.facebook.com/dialog/oauth?client_id=$id&client_secret=$secret&redirect_uri=$uri&scope=publish_stream,offline_access,read_stream,manage_pages&response_type=token
Can I just put this directly into my browser? I updated the ID and the secret but I'm also not sure what to put into the uri? Does this give me a permanaent token that I can always use?
Any help you can give me is greatly appreciated.
Thanks!