Re: OAuth Error with Shindig

2011-07-07 Thread Sumedha Sanjeewa
the Apache code review tool? https://reviews.apache.org/dashboard/ Make sure to add the dev list as a reviewer and it will send out a code review request to the dev list. -Ryan Email: rjbax...@us.ibm.com Phone: 978-899-3041 developerWorks Profile From: Sumedha Sanjeewa sumed...@wso2.com

Re: OAuth Error with Shindig

2011-07-05 Thread Sumedha Sanjeewa
, Sumedha Sanjeewa wrote: No. They are from the example. BTW I noticed that in the above error my * oauth_signature_method=RSA-**SHA1*. But In the oauth.json the key type is set as *RSA-PRIVATE*. Is this related to the error I'm getting. -- Regards, Sumedha Kodithuwakku (SumedhaS)

Re: OAuth Error with Shindig

2011-07-05 Thread Sumedha Sanjeewa
)20 522 4466 US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free) www.onehippo.com On 5 July 2011 08:08, Sumedha Sanjeewa sumed...@wso2.com wrote: Hi, I was able to fix the problem. What I did was changing the method createToken

Re: OAuth Error with Shindig

2011-07-01 Thread Sumedha Sanjeewa
request: GET /m8/feeds/contacts/default/base?alt=json Host: www.google.comX-Shindig-AuthType: oauth X-Forwarded-For: 0:0:0:0:0:0:0:1 X-shindig-dos: on On 30/6/11 18:41, Sumedha Sanjeewa wrote: I'm not sure about that. I used it because it was given in the above mentioned thread

Re: OAuth Error with Shindig

2011-06-30 Thread Sumedha Sanjeewa
to SampleOAuthDataStore.java The sample class uses json-db, if you need a persistent data-store (like mysql, posgres), you have to implement it yourself. Do it similarly to JsonDbOpensocialService. Hope it answers your questions Best Evgeny On 29.06.11 05:55, Sumedha Sanjeewa wrote: Thanks

Re: OAuth Error with Shindig

2011-06-30 Thread Sumedha Sanjeewa
oauth in shindig. However, if you restart the shindig server, all oauth keys will be lost since they are not saved in DB, which means users will have to again approve oauth for all oauth gadgets. On 30.06.11 08:25, Sumedha Sanjeewa wrote: Hi, Thanks for the above. But still i'm not clear

Re: OAuth Error with Shindig

2011-06-30 Thread Sumedha Sanjeewa
Joachimsthal Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466 US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free) www.onehippo.com On 30 June 2011 14:42, Sumedha Sanjeewa sumed...@wso2.com wrote: Hi Evgeny, Ok. Now I'm clear about this. So I

Re: OAuth Error with Shindig

2011-06-30 Thread Sumedha Sanjeewa
, Evgeny Bogdanov evgeny.bogda...@epfl.chwrote: Are you sure, you want to use RSA_PRIVATE as key_type? I have HMAC_SHA1 instead. What is the url you use to render gadget? What is the value of security token? On 30.06.11 15:52, Sumedha Sanjeewa wrote: It's correct. Here is the entry in my

Re: OAuth Error with Shindig

2011-06-28 Thread Sumedha Sanjeewa
Thanks Augustin and Evgeny. In the Java version there is a BasicOAuthStore class which implements the OAuthStore. So can i use that. Also please can you explain me how i should implement this class. (In which package,where to access the class etc) On Tue, Jun 28, 2011 at 7:32 PM, Evgeny Bogdanov

OAuth Error with Shindig

2011-06-27 Thread Sumedha Sanjeewa
Hi, I'm new to Shindig and I want to try an OAuth gadget with Shindig. I followed the steps mentioned in this thread [1]. I checked out the current source code in the trunk Also I used 'mvn -Prun' to start the Jetty server from the base directory. Normal gadgets works fine but when i try the

Re: OAuth Error with Shindig

2011-06-27 Thread Sumedha Sanjeewa
Hi, Can someone help me Thanks in advance On Mon, Jun 27, 2011 at 5:41 PM, Sumedha Sanjeewa sumed...@wso2.com wrote: Hi, I'm new to Shindig and I want to try an OAuth gadget with Shindig. I followed the steps mentioned in this thread [1]. I checked out the current source code in the trunk