Using token,token secret,Consumer key,Consumer secret,time-stamp,nonce i generate the signature using developer account but it always shows the Signature invalid while connect the fast link of yodlee, May be the generated signature method wrong, Can any one provide the Lib's for generating signature using java.
Asked
Active
Viewed 177 times
-1
-
2dude, this whole thing is one sentence. – doniyor Aug 07 '14 at 17:29
4 Answers
0
Could you please provide the request you are generating? Meanwhile, can you please take a look at integration guide present here.

Apoorv Awasthi
- 1,397
- 1
- 12
- 20
0
Thanks Apoorv for your replay.
please verify this and letme know what is the mistaken

Raja Maragani
- 3
- 3
0
I noticed this as well after looking at the oAuth 1.0 sample code. If you enter your callback url without the protocol it will work. In your case just enter www.google.com. When you need the protocol you must url encode the querystring parameter.

Mike
- 1
0
While generating the signature you also need to include the URL and parameters. You can find libraries on JAVA for generating signature at Oauth JAVA
Also if you want to invoke the FastLink in a browser for testing then you can use steps from this article

Shreyans
- 1,738
- 1
- 13
- 19