I'm aware that access is returned as X-Access-Level
header in response to API requests. But I noticed read-write
is returned for both Read and Write
and Read, Write and Direct Messages
. So, how do I know if the app has access to Direct Messages
as well?
相关问题
- module 'tweepy' has no attribute 'OAut
- Integrate twitter to IPhone application
- Twitter OAuth with WinJS
- Getting Bad Authentication Data error from Twitter
- Twitter web page remains open after closing the ap
相关文章
- Twitter oauth refresh token
- linqtotwitter - grab the saved credentials
- does abraham's twitteroauth library work for u
- Twitter authentication : 403 Forbidden: The server
- Authentication for twitter API and Rest Call
- Error Code 220 - “Your credentials do not allow ac
- update_with_media using abraham's twitteroauth
- Zend_Service_Twitter - Make API v1.1 ready
Testing with the Apigee Twitter console I get
x-access-level: read-write-directmessages
as a response header. The access token granted for the account you are testing likely doesn't have DM access granted. Try revoking the access token and authorizing it again.