Hello, Please have a look at the OAuth 1.0 developer's guide<http://code.google.com/apis/gdata/docs/auth/oauth.html#Examples>where you'll find example on how to request and authorize a token in PHP.
Best, Alain On Thu, Sep 15, 2011 at 11:29 PM, loki9421 <[email protected]> wrote: > Hi, > > I would like to post data to Google calendar from my own web app > (PHP). I have looked at the Zend framework but would prefer to use > the OAuth system. > > I have read through the documentation but am struggling to make a > start. I understand that I have to request a token, authorise this > token then use this token to access my calendar. > > Problem is I don't know the best way to generate the requirements for > OAuth. As I say, I'm using PHP so can generate the SHA1 and > timestamp, but not understanding the rest of it... > > Basically I have ll my data in an array (PHP) and just need to > authenticate against my calendar / account to post into the calendar. > I guess I could also do with knowing what vers the calendar accepts in > order to create an event. > > Can anyone point me in the right directon please? > > Any help would be greatfully received :) > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Google Calendar Data API" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
