Options

request full access

monkeychumpmonkeychump Registered Users Posts: 11 Big grins
so now i've got oauth working (mostly) i noticed that when i authorize my app it gets "public" access, how do i request "full" access when the user authorizes my app? and not that i need it at the moment, but can you request add or modify permissions ?

chris

Comments

  • Options
    lildudelildude Registered Users Posts: 70 Big grins
    edited August 8, 2008
    so now i've got oauth working (mostly) i noticed that when i authorize my app it gets "public" access, how do i request "full" access when the user authorizes my app? and not that i need it at the moment, but can you request add or modify permissions ?

    chris

    ... by appending the appropriate params to the authorize URL, namely:

    &Access=[Public or Full]
    &Permissions=[Read, Add or Modify]

    This is mentioned in comment #36 in the "1.2.2 API (soft release)" thread.

    HTH
Sign In or Register to comment.