Questions tagged [rauth]

A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library

Rauth is a simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Python Requests.

Features:

  • Supports OAuth 1.0/a, 2.0 and Ofly
  • Service wrappers for convenient connection initialization
  • Authenticated session objects providing nifty things like keep-alive
  • Well tested (100% coverage)
  • Built on Requests (v1.x)
62 questions
0
votes
1 answer

Having trouble connecting to LinkedIn API with rauth

I'm trying to run the example code from rauth's repo on github https://github.com/litl/rauth/blob/master/examples/linkedin-updates.py to connect to the LinkedIn API but I keep getting HTTP 400 errors. The specific line in question is…
Hassan Khan
  • 766
  • 3
  • 9
  • 21
-1
votes
1 answer

rauth ImportError: No module named structures

I try to use rauth in Visual Studio 2013 with Python 2.7 but it fails at the first line: from rauth import OAuth1Session because of a missing structures: Traceback (most recent call last): File "C:\Program Files (x86)\Microsoft Visual Studio…
Gustav
  • 53,498
  • 7
  • 29
  • 55
1 2 3 4
5