1

I have developed an iGoogle gadget. I have to access the spreadsheet of the logged in user.

First of all, how do I check whether user is logged in or not using JavaScript? Later, from the gadget, how will I implement OAuth to grant access to user's spreadsheet using JavaScript?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278

1 Answers1

0

A very simple implementation of the same can be found here Please take a look. It should not take much time.

Arc
  • 1,680
  • 6
  • 30
  • 57
  • I'm developing a windows 7 gadget. This library says it supports windows 7 gadgets as well. But according to my understanding I have to give a call back URL to get the reply. How should I do that? – Harshani Mar 10 '13 at 10:00