--- Begin Message ---
I'm really not familiar enough with the oauth code path to know what's going
on here. I'd recommend asking that on the shindig-dev mailing list.
On Wed, Sep 3, 2008 at 5:55 PM, Viji Subramanian <
[EMAIL PROTECTED]> wrote:
> I am using this doc for reference -
> https://sites.google.com/site/oauthgoog/oauth-proxy
>
> I copied over this gadget http://dirk.balfanz.googlepages.com/contacts-new.xml
>
> to googleContacts.xml
>
> I have the following in my oauth.json file [ I got the following info by
> registering my domain with google].
>
> "http://vijis.jgc.aol.com/gd/contacts/googleContacts.xml"<http://vijis.jgc.aol.com/gd/contacts/googleContacts.xml>:
> {
> "test" : {
> "consumer_secret" : "rH96mlIZ6ornLIOHDCCn+yM4",
> "consumer_key" : "vijis.jgc.aol.com",
> "key_type" : "HMAC_SYMMETRIC"
> }
> },
>
> When i render this gadget in myAOL container, I am getting the following
> response,
>
> throw 1; < don't be evil'
> >{"http://www.google.com/m8/feeds/contacts/default/base?alt=json"
> <http://www.google.com/m8/feeds/contacts/default/base?alt=json>:{"body":"<HTML>\n<HEAD>\n<TITLE>Authorization
> required<\/TITLE>\n<\/HEAD>\n<BODY BGCOLOR=\"#FFFFFF\" TEXT=\"#000000
>
> \">\n<H1>Authorization required<\/H1>\n<H2>Error
> 401<\/H2>\n<\/BODY>\n<\/HTML>\n","rc":401}}
>
> By looking at the googleContacts.xml, I believe I should get a
> oauthApprovalUrl as a response back.
>
> Do you have some pointers as to what am I missing ?
>
>
--- End Message ---