Android: How to set permissions for integrated Twitter Account to only tweet/post to timeline?

人盡茶涼 提交于 2020-01-05 03:29:29

问题


I just integrated Twitter with OAuth into my Android application, and now I wanted to change the rigths of my application. Instead of all the listed rights in my screenshot, I just want my app to publish tweets at the timeline. (don't want to scare people of, because I don't want to have access to their profile...)

But I'm a bit lost with the twitter-API and the only thing I found so far, is in the Application settings to change the Application Type to 'Read',Read & Write or Read & Write and Access direct messages.

So question is: How can I limit the permissions of my application?

//f.e. Integration Facebook SDK: here you can set different types,like
// "only allow application to post something in your name"...
.setPublishPermissions(Arrays.asList("publish_stream"))

来源:https://stackoverflow.com/questions/15088175/android-how-to-set-permissions-for-integrated-twitter-account-to-only-tweet-pos

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!