Facebook login on headless browser

Posted by dmni on Stack Overflow See other posts from Stack Overflow or by dmni
Published on 2012-12-18T11:01:43Z Indexed on 2012/12/18 11:02 UTC
Read the original article Hit count: 208

My Facebook app has a function of automating tasks on server side headless browser (like visiting app links). Now, I use the Facebook SDKs to log user in and access user's news stream to search for links and other information. Once the app has found all the links, it is supposed to pass this information in to the headless browser which will then proceed to visit in them for example.

The problem is that these headless browser windows' are not logged in. I would like the headless browser to be temporary logged in as the user launching the tasks from the app.

Is this possible?

© Stack Overflow or respective owner

Related posts about facebook

Related posts about node.js