Quote Originally Posted by knuckle-101 View Post
You can only post to one page specified, in which you have to put in the Page ID in the field

Code:
$page_id = "Your page ID"; //obtained from running facebook_authorization.php from your browser
Whatever page you add here you must allow the app to connect to it, once complete it will post to the page you entered.
I appreciate this but how to I specify which page I want so the facebook_authorization.php can generate the page ID for the desired page? It seems to just do the last page I added to facebook!

Thanks for the other tip too!