I'm developing an application for companies that will automatically post data on their social media pages. However, I've got a big problem.
On Twitter, you only have one type of account, which is a user. So if a company registers for a Twitter account, it's still just a user. User authentication works like a charm, so no problems here.
Now, on Facebook, if a company registers an account, they can either make a user account, or a page account:
A user account can have friends and post status updates(its just like your personal account)
A page account can have likes and post updates(which is what i want companies to have)
User authentication is very simple, and works. But I cant find any information on page authentication (how to authorize an app to post updates for a Page profile). Is this not possible??? Think of the possibilities.
So, is it possible to authorize a Facebook app, to post updates on a page wall/account? (that is, instead of a user wall/account)
Thanks,
Thomas