KrishnaReddyGuda / sfdc-oauth-playground

Automatically exported from code.google.com/p/sfdc-oauth-playground
0 stars 0 forks source link

Problem using this app with Salesforge. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

I'm using this settings in the OAuth Service:
Request Token URL: 
https://login.salesforce.com/_nc_external/system/security/oauth/RequestTokenHand
ler

Access Token URL: 
https://login.salesforce.com/_nc_external/system/security/oauth/AccessTokenHandl
er

Authorization URL: 
https://login.salesforce.com/setup/secur/RemoteAccessAuthorizationPage.apexp

And the Consumer Key and Consumer Sectret obtained from the org.
I have obtained the token sucsesfully with Authorize, but when I try to test 
the response to a simple apex page in the same org that have a hello is:
The URL has moved <a 
href="https://na3.salesforce.com/visualforce/session?url=https%3A%2F%2Fc.na3.vis
ual.force.com%2Fapex%2FremoteAccess">here</a>

Aclaration: the user I obtained the token, the sfdc-oauth-playground and the 
page are in the sqme dev org.

Thanks

Original issue reported on code.google.com by kaneda...@gmail.com on 2 Sep 2010 at 7:41

GoogleCodeExporter commented 9 years ago
the version I'm using is the r17

Original comment by kaneda...@gmail.com on 2 Sep 2010 at 7:43