Hi, I'm trying to connect to a site that has OAuth2.0 working. I have received the following documentation
- https://docs.google.com/document/d/12WFbF93Sw0b_3iBippvLvx4swbJQ47eu7fT0VLyvGUw/edit#
I don't understand what
1. the "scope" string represents and
2. what is the significance of the Redirect URI. They have given me a web address that is registered in my name but I don't do anything with it except for using it to host a test Web Site
They have given me a ClientID and ClientSecret, an Authorization Token and an Access Token but I can't get it to give me the access code
The app brings up their web site login page, then gives me the error message
"java.lang.Exception: Sub service_start signature does not match expected signature"
Thanks in anticipation
PS I have the GMail Contacts app working
- https://docs.google.com/document/d/12WFbF93Sw0b_3iBippvLvx4swbJQ47eu7fT0VLyvGUw/edit#
I don't understand what
1. the "scope" string represents and
2. what is the significance of the Redirect URI. They have given me a web address that is registered in my name but I don't do anything with it except for using it to host a test Web Site
They have given me a ClientID and ClientSecret, an Authorization Token and an Access Token but I can't get it to give me the access code
The app brings up their web site login page, then gives me the error message
"java.lang.Exception: Sub service_start signature does not match expected signature"
Thanks in anticipation
PS I have the GMail Contacts app working