2017 © Pedro Peláez
 

library opauth-twitter-proxy

Twitter strategy for Opauth

image

gabel/opauth-twitter-proxy

Twitter strategy for Opauth

  • Tuesday, February 13, 2018
  • by gabel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 117 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 52 Forks
  • 1 Open issues
  • 12 Versions
  • 46 % Grown

The README.md

Opauth-Twitter

Twitter strategy for [Opauth][1], based on Opauth-OAuth., (*1)

Getting started

  1. Install Opauth-Twitter:, (*2)

    cd path_to_opauth/Strategy
    git clone git@github.com:opauth/twitter.git Twitter
    
  2. Create Twitter application at https://dev.twitter.com/apps, (*3)

    • Make sure to enter a Callback URL or callback will be disallowed.
      Callback URL can be a made up one as Opauth will explicitly provide the correct one as part of the OAuth process.
    • Register your domains at @Anywhere domains.
      Twitter only allows authentication from authorized domains.
  3. Configure Opauth-Twitter strategy with at least Consumer key and Consumer secret., (*4)

  4. Direct user to http://path_to_opauth/twitter to authenticate, (*5)

Strategy configuration

Required parameters:, (*6)

<?php
'Twitter' => array(
    'key' => 'YOUR CONSUMER KEY',
    'secret' => 'YOUR CONSUMER SECRET'
)

See Twitter.php for optional parameters., (*7)

Opauth-Twitter does "Sign In with Twitter" by default.
If you prefer to do a 3-legged OAuth, explicitly add authenticate_url parameter to strategy configuration and set it to https://api.twitter.com/oauth/authorize., (*8)

Dependencies

tmhOAuth requires hash_hmac and cURL.
hash_hmac is available on PHP 5 >= 5.1.2., (*9)

Reference

License

Opauth-Twitter is MIT Licensed
Copyright © 2012 U-Zyn Chua (http://uzyn.com), (*10)

tmhOAuth is Apache 2 licensed., (*11)

The Versions

13/02 2018

dev-master

9999999-dev http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

13/02 2018

0.3.4

0.3.4.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

13/02 2018

0.3.3

0.3.3.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

28/03 2017

0.3.2

0.3.2.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

07/04 2014

1.0.x-dev

1.0.9999999.9999999-dev http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

by Avatar Ceeram

authentication auth twitter

12/06 2013

0.3.1

0.3.1.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

28/10 2012

0.3.0

0.3.0.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

10/10 2012

0.2.3

0.2.3.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

06/10 2012

0.2.2

0.2.2.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

28/08 2012

0.2.1

0.2.1.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

23/05 2012

0.2.0

0.2.0.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter

23/05 2012

0.1.0

0.1.0.0 http://opauth.org

Twitter strategy for Opauth

  Sources   Download

MIT

The Requires

 

authentication auth twitter