문제

Twitter API v1.0 is being retired today (unless I am completely mistaken - which is quite possible). I am wondering what changes need to happen in scribe (besides changing the auth url) - has anyone else encountered the same issue and how have they gone about fixing it?

도움이 되었습니까?

해결책

Simply changing the URL from 1 to 1.1 worked so far for me. Any other suggestions/info/caveats would me quite welcome.

OAuthRequest request = new OAuthRequest(Verb.GET, "https://api.twitter.com/1.1/account/verify_credentials.json");  
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top