Posts OpauthのTwitter strategyをv1.1 API対応に変更
Post
Cancel

OpauthのTwitter strategyをv1.1 API対応に変更

Twitter API v1の提供が終了したので、v1.1に対応バージョンへ変更

https://github.com/opauth/twitter

変更箇所は以下
TwitterStrategy.php

‘verify\_credentials\_json\_url’ => ‘https://api.twitter.com/1/account/verify\_credentials.json’,  

↓ 1.1へ

‘verify\_credentials\_json\_url’ => ‘https://api.twitter.com/1.1/account/verify\_credentials.json’,  

Twitterアクセストークン取得コード

ドレイファスモデル