
Originally Posted by
vickula
I managed to sort this out and adding a new product works but not on the Facebook page I wanted it to. I have 3 Facebook pages. Is there a way posting to s specific page or multiple pages?
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.
Bookmarks