philsturgeon / codeigniter-oauth2

NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth2-client INSTEAD
http://getsparks.org/packages/oauth2/versions/HEAD/show
351 stars 178 forks source link

twitter provider support #44

Open cidar opened 11 years ago

cidar commented 11 years ago

this package not have a twitter provider?? please i need to twiiter provider help me,

EpicVoyage commented 11 years ago

See https://github.com/philsturgeon/codeigniter-oauth -- Twitter does not yet talk OAuth2.

ryanscherler commented 10 years ago

Any chance it can now talk to twitter?

EpicVoyage commented 10 years ago

The issue is not whether this code supports Twitter. It is: Does
Twitter support Oauth2?

Twitter has recently added support for application authentication with OAuth2:

https://dev.twitter.com/discussions/22274 https://dev.twitter.com/docs/auth/application-only-auth

This does not mean that they have added support to authenticate users,
get their info, or do anything else on the user's behalf. To do that,
you must use OAuth.

Quoting Ryan Scherler notifications@github.com:

Any chance it can now talk to twitter?


Reply to this email directly or view it on GitHub: https://github.com/philsturgeon/codeigniter-oauth2/issues/44#issuecomment-27937957