cookies - Facebook

I seem to be having a problem similar to some others I've read about:
http://www.screen-scraper.com/forum/phpBB2/viewtopic.php?t=196&highlight...
http://www.screen-scraper.com/forum/phpBB2/viewtopic.php?p=2076&sid=5eac...

I'm trying to login to Facebook.com. I'm passing in my "email" and "pass" through POST parameters, but receive the following response within Screen-Scraper:
"Cookies are not enabled on your browser. Please adjust this in your security preferences before continuing."

Any suggestions?

cookies - Facebook

natR,

Sometimes cookies are set using JavaScript. screen-scraper is unable to automatically pass cookies when they're set like this. This add-on for Firefox is helpful in identifying if a cookie is being set via JavaScript.

http://livehttpheaders.mozdev.org/

Use it in conjunction with the screen-scraper proxy and see if there are any cookies showing up in the LiveHTTPHeaders log and not in the screen-scraper proxy log. Look in the response header.

If you find one, manually pass it using this method:

http://www.screen-scraper.com/support/docs/api_documentation.php#setCookie

-Scott