use specific scopes
This commit is contained in:
parent
fa6dd5126f
commit
b00dcb8f63
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class LoginPage(Gtk.Box):
|
|||
|
||||
client_id = "1PiUzxfX_CQxKvtz93lUzPX9-FMtz-va"
|
||||
redirect_uri = "urn:ietf:wg:oauth:2.0:oob"
|
||||
scope = "basic,stream,write_post,follow,presence,messages,files,polls"
|
||||
scope = "basic,stream,write_post,follow,presence,messages:io.pnut.core.chat,messages:io.pnut.core.pm,files:squeak.thrrgilag,polls"
|
||||
|
||||
uri = "https://pnut.io/oauth/authenticate"
|
||||
uri += "?client_id=" + client_id
|
||||
|
|
Loading…
Reference in a new issue