Hello!
Is there a way to post a status update to a Facebook Page instead of a personal profile?
Hello!
Is there a way to post a status update to a Facebook Page instead of a personal profile?
Instead of the “me/feed” object you would use the ID of the page like: 1023049394/feed
though I don’t know what permissions you would need.
Rob
Is there a way to get a list if Facebook Pages that the user is authorized for? For example, If a user that’s on my app is a manager if Page A, Page B, and Page C, I’m not always going to know their Facebook page id. So, I’d need a way to get a list of the Page ids. Is that possible?
I’d suggest going to developers.facebook.com and read through their GraphAPI and see what you can do.
Rob
Instead of the “me/feed” object you would use the ID of the page like: 1023049394/feed
though I don’t know what permissions you would need.
Rob
Is there a way to get a list if Facebook Pages that the user is authorized for? For example, If a user that’s on my app is a manager if Page A, Page B, and Page C, I’m not always going to know their Facebook page id. So, I’d need a way to get a list of the Page ids. Is that possible?
I’d suggest going to developers.facebook.com and read through their GraphAPI and see what you can do.
Rob