I make a request with scope like this:
'https://www.patreon.com/oauth2/authorize?response_type=code&scope=campaigns,identity
But this give me error “error=invalid_scope”. What is the problem?
I make a request with scope like this:
'https://www.patreon.com/oauth2/authorize?response_type=code&scope=campaigns,identity
But this give me error “error=invalid_scope”. What is the problem?
This should be done like this: &scope=campaigns%20identity => aka convert space to %20