Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fabric by twitter: Read-only permissions for an Android app

I'm using twitter login for my app - I followed the tutorial from this link: https://dev.twitter.com/twitter-kit/android. It creates a new project at https://fabric.io/. It works fine but it asks the user for Read/Write permissions when I need only the read permission.

I know that I can change the pemissions at https://apps.twitter.com/ (Twitter's application management), I don't see my app there, but I can see it at fabric's app managment.

Does some of you know how can I change the permissions?Twitter login screen

like image 502
Alex248 Avatar asked Nov 09 '22 23:11

Alex248


1 Answers

It's the same as you normally set permissions. Once you create your app at http://apps.twitter.com/, click on the details tab of your app and go to the "Applications Settings" heading. From there you can click "modify app permissions" under the Access level and, well, modify your access levels. Below is a screenshot of what you're looking for.

Screen Shot of Twitter App Panel

I know that I can change the pemissions at https://apps.twitter.com/ (Twitter's application management), I don't see my app there, but I can see it at fabric's app management.

Fabric auto-generates credentials by default. To prevent that "If you’re not using Fabric’s auto-generated Twitter credentials, ensure that “Allow this application to be used to Sign in to Twitter” is checked for your Twitter app before using this feature."

Source: https://dev.twitter.com/twitter-kit/android/twitter-login

like image 67
Stephen Punwasi Avatar answered Nov 15 '22 13:11

Stephen Punwasi