Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Twitter REST API v1 is no longer active. Please migrate to API v1.1. #28

Open
maitret opened this issue Nov 30, 2015 · 2 comments
Open

Comments

@maitret
Copy link

maitret commented Nov 30, 2015

Authentication error: Opauth returns error auth response.
Array
(
[error] => Array
(
[provider] => Twitter
[code] => 410
[raw] => {"errors":[{"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.","code":64}]}
)

[timestamp] => 2015-11-30T01:27:02+00:00

)

@atishrajput
Copy link

change 'verify_credentials_json_url' => 'https://api.twitter.com/1/account/verify_credentials.json',

to

'verify_credentials_json_url' => 'https://api.twitter.com/1.1/account/verify_credentials.json',

in TwitterStrategy.php ( inside strategy folder ) :) :) 👍

@yadav786
Copy link

i got this error
stdClass Object ( [errors] => Array ( [0] => stdClass Object ( [message] => The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview. [code] => 64 ) ) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants