Skip to main content

Instagram API oauth authentication helper

Project description

## Usage

```
from instagram_oauth import InstagramOauthAPI

client = InstagramOauthAPI(
client_id=<client id>,
client_secret=<client secret>
redirect_uri=<redirect uri>
)

# Build the authorization url.
url = client.auth_url()

# Forward the user to the url above and then check for a callback
# from Instagram to your server.
code = <code received>

# Grab the access token.
result = client.exchange_code_for_accesstoken(code)
print(result['access_token'])
print(result['user'])
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

instagram-oauth-0.1.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page