tst2005googlecode / step2

Automatically exported from code.google.com/p/step2
1 stars 0 forks source link

HybridOAuthRequest Consumer Key #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Application on Local Machine
2. HybridOauthRequest req = new   
   HybridOauthRequest("2glue.com",Constants.SCOPE);

What is the expected output? What do you see instead?
HybridOauthResponse hybridResponse = 
 (HybridOauthResponse)authSuccess.getExtension(HybridOauthMessage.OPENID_NS_OAUTH);

When i fetch response then There is no request_token in the response. I am 
confused that what should i set HybridOauthRequest so that i can get the token. 
I am running application on local machine and OpenId is working fine but now i 
have to add OAuth Support also in the project. Can anybody help me on it?

What version of the product are you using? On what operating system?
Windows 7,Grails 1.3.3

Please provide any additional information below.

Original issue reported on code.google.com by sikander...@gmail.com on 5 Aug 2010 at 6:24