문제

I am looking for all scopes for twitter, and i cant find :/ I find all permission for facebook, but can not find all permission for tweeter
https://developers.facebook.com/docs/reference/login

can you halp me ?

도움이 되었습니까?

해결책

The Twitter API is secured with OAuth 1.0a, which doesn't provide for scoping. Some APIs have extended OAuth 1.0a to support scope, but not Twitter. The closest thing that the Twitter has to scoping is Read/Write/Direct permission. But you set those in the application's configuration at Twitter, not at authorization time like you do with Facebook.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top