Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am working on a request to allow our Unisys mainframe users to access their Facebook data from non-GUI terminals. Based on the "no scraping, no automation" Facebook terms-of-service, and the way Facebook's oAuth authentication works, I don't see how the mainframe software can log on to the user's account to access/update their data.

Does Facebook support any kind of authentication that does not require a person sitting at a GUI screen?

share|improve this question
2  
Wow. Probably the first facebook & mainframe question on stack overflow. – BK. Sep 30 '11 at 15:34

closed as too localized by Tim Post Mar 30 '12 at 10:03

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

Rod,

The thing that stopped me was the OAUTH code. Twitter (and I believe Facebook) allow an API connection via OAuth. You have to create the callback and use the Unisys CryptoAPI to handle some digest creation. Another way I did it was to use the MCP JProcessor and implement it on that front, but I am sure you are looking for an ALGOL way to do it. If you have a need to add the OAUTH code and can handle the special SHA2-256 it would work from ALGOL.

share|improve this answer

Sorry. No. They don't offer this.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.