ueberauth_twitter icon indicating copy to clipboard operation
ueberauth_twitter copied to clipboard

Twitter Strategy for Überauth

Results 7 ueberauth_twitter issues
Sort by recently updated
recently updated
newest added

### Steps to Reproduce I've gotten an error "Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings (Code 415)" Right, in...

This PR integrate changes from #32 and #34, fixes tests as well as passes provider options to `authorize_url!`. This allows the request url to be configured since Twitter offers both...

### Steps to Reproduce I added all the config README into my project, but I get `Could not authenticate you. (Code 32)` error when I want to redirect to twitter...

We've been receving lots of errors like the following one in the last hour ``` File lib/ueberauth/strategy/twitter/oauth.ex line 20 in Ueberauth.Strategy.Twitter.OAuth.access_token/3 (ueberauth_twitter) args File lib/ueberauth/strategy/twitter.ex line 29 in Ueberauth.Strategy.Twitter.handle_callback!/1 (ueberauth_twitter)...

Adding a `redirect_url` to the Application environment config didn't work as described in the README, because it was overridden by the default `callback_url` coming from the ueberauth helper. This change...

https://github.com/ueberauth/ueberauth_twitter/blob/8d2e3d39b6ae7bbbaaad6b6baa89ef710f419df7/lib/ueberauth/strategy/twitter/oauth.ex#L70 `error` does not contain a string or exception here and causes an ArgumentError: ``` Request: GET /auth/twitter ** (exit) an exception was raised: ** (ArgumentError) raise/1 and reraise/2 expect...