Skip to main content

Create UserSocialAuth of social_django with OAuth login with twitter-kit-ios.

Project description

https://travis-ci.org/nnsnodnb/twitter-oauth-django.svg?branch=travis https://coveralls.io/repos/github/nnsnodnb/twitter-oauth-django/badge.svg?branch=travis https://badge.fury.io/py/twitter-oauth-ios-django.svg https://img.shields.io/pypi/pyversions/twitter-oauth-ios-django.svg https://img.shields.io/pypi/wheel/twitter-oauth-ios-django.svg https://img.shields.io/pypi/format/twitter-oauth-ios-django.svg https://img.shields.io/pypi/l/twitter-oauth-ios-django.svg

twitter-oauth-django

Create UserSocialAuth of social_django with OAuth login with twitter-kit-ios.

Supported python versions

3.4, 3.5, 3.6

Supported django versions

2.0.x

Installation

$ pip install twitter-oauth-ios-django

Add twitter_oauth_ios into INSTALLED_APPS in your settings.py file

INSTALLED_APPS = [
    ...,
    'social_django',
    'twitter_oauth_ios',
]

Add twitter_oauth_ios routing in urls.py file

from django.urls import include, path

urlpatterns = [
    ...,
    path('twitter_oauth/', include('twitter_oauth_ios.urls', namespace='twitter_oauth_ios')),
]

Sample request

$ curl -X PUT http://example.com/twitter_oauth/ \
    -H "Content-Type: application/json" \
    -H "Accept: application/json" \
    -d \
    "{
        'user_id': 1111111111,
        'oauth_token': '1111111111-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
        'oauth_token_secret': 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
        'screen_name': 'sample_screen_name',
        'display_name': 'display_name'
     }",

Dependence libraries

  • Django

  • social-auth-app-django

Author

nnsnodnb

LICENSE

Copyright (c) 2018 Yuya Oka Released under the MIT license (see LICENSE)

Download files

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

Source Distribution

twitter-oauth-ios-django-1.0.3.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

twitter_oauth_ios_django-1.0.3-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

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