I’ve got a custom built news page that can cross post articles to Facebook and twitter. I’m using the Facebook SDK – everything works perfectly. I’m able to add articles, delete articles and even post/delete events.
All of this happens under our company’s FB account, however folks writing the articles are first taken to FB to log in (or the SDK asks for permission to post to their personal FB account if they are already logged in). This is triggered by a call to getUser().
I’ve googled a bit on this, and find a lot of info on working with the current FB user’s data/profile, but haven’t found where to automatically log in with a specific FB account, prior to working with that account.
Is what I’m wanting possible with the SDK? If so, can someone point me to some 411 on getting this accomplished, or reply here with some info?
EDIT:
Instead of downvoting, can someone reply back with some feedback? I don’t mind deleting the question if it is not appropriate, but I’d like to see where I deviated first. Thanks.
I don’t think you can auto login using facebook. Either you log in everytime using a specific account. Or you have 1 universal account and use offline access with that. That way user A, user B and user C log in with an internal account and then use the offline access with the FB universal account to post to FB.
Hope that is clear. 🙂