Merge pull request #26 from Y32Gcnte8z/fork
Should we also change the client name in the footer of status?
This commit is contained in:
@@ -11,7 +11,7 @@ public class CreateOAuthApp extends MastodonAPIRequest<Application>{
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static class Request{
|
private static class Request{
|
||||||
public String clientName="Mastodon for Android Fork";
|
public String clientName="Mastodos";
|
||||||
public String redirectUris=AccountSessionManager.REDIRECT_URI;
|
public String redirectUris=AccountSessionManager.REDIRECT_URI;
|
||||||
public String scopes=AccountSessionManager.SCOPE;
|
public String scopes=AccountSessionManager.SCOPE;
|
||||||
public String website="https://github.com/sk22/mastodon-android-fork";
|
public String website="https://github.com/sk22/mastodon-android-fork";
|
||||||
|
|||||||
Reference in New Issue
Block a user