Hacker News new | ask | show | jobs
by kmfrk 5070 days ago
And if you use Python, rauth will make the experience much easier: https://github.com/litl/rauth/#readme.
1 comments

If you're consuming an API you use whatever the platform decides on. In that case, this library is helpful. However, I think the real open question is: if you are providing an API, what do you choose?
I think at this point you choose either OAuth 1.0a or to roll your own. If it's not in your future to be a public API, I'd go with rolling your own if you are comfortable writing that kind of code.