gdata Questions
2
I wonder about the best/easiest way to authenticate the user for the Google Data API in a desktop app.
I read through the docs and it seems that my options are ClientLogin or OAuth.
For ClientLog...
1
Solved
I'm trying to use any one of the libxml based 3rd party XML parsers, but I can't because I think I have a libxml2 problem of some sort
I set my other linker flags to
-lxml2
and header search path...
Pelota asked 7/11, 2011 at 5:54
2
I'm trying generate an OAuth access token via the Google .Net GData Client Library. I've been using the instructions in http://code.google.com/apis/gdata/docs/auth/oauth.html as a guide and everyth...
1
Solved
I want to get first and last name of a google account using gdata library. I have the auth token(I take it from android device - send it to my java servlet- then should add an insert into a mysql d...
Newburg asked 26/3, 2012 at 12:54
1
Solved
I'm working on a python app that uses the gdata to programmatically create and mantain a calendar for groups of people. Everything works OK, except for the reminders in shared calendars.
Some cont...
Angrist asked 20/11, 2010 at 1:23
4
I would like to write a script in Ruby (using the gdata gem, rest-client gem or just straight Net::HTTP) to authenticate with my google docs using gmail-userid/password, and then download a list of...
Sim asked 11/2, 2011 at 18:8
1
Solved
I'm currently trying to use the new java client(s) and due to legacy reasons for current state of google libraries, I need to use both the gdata and the new google java client api.
Obviously I'd l...
Stillbirth asked 22/11, 2011 at 14:13
2
Solved
As of yesterday, my application is able to authenticate with google (youtube) via oAuth 2.0 the first time no problem but the 2nd time (re-authentication, same app + same user), when I exchange the...
Ocher asked 8/12, 2011 at 16:11
1
Solved
I am using google's GData API in order to upload a video to youtube from my app. The upload works fine however the quality of the video uploaded is only 360p whereas the quality of the original vid...
4
Solved
How can I make my Google Apps domain to be OpenID provider. Is there any documentation, tutorial, working example something?
How to authenticate users in my own application using Google Apps domai...
Churchwarden asked 29/7, 2009 at 22:26
1
Solved
Using jQuery:
$.getJSON('http://gdata.youtube.com/feeds/api/videos/b2-5GSjZvW8?v=2&alt=jsonc', function(meta){alert(meta.data.title);});
Firefox and Chrome both work as expected, but I...
Bray asked 11/6, 2011 at 22:51
1
Solved
I'm trying to grab the Gmail atom feed from a python application using OAuth. I have a working application that downloads the Google Reader feed, and I think it should simply be a matter of changin...
3
Solved
>>> import gdata.books.service
>>> service = gdata.books.service.BookService()
>>> results = service.search_by_keyword(isbn='0434003484')
Traceback (most recent call last...
Couchant asked 28/5, 2010 at 0:38
2
Solved
I'm syncing the Google Calendar with my application (I store events in a database). When an event is updated I can easily find the last updates by sorting the event feed on the 'updated' order.
Ho...
Airdrop asked 6/4, 2010 at 13:8
2
Solved
So I'm having trouble understanding something...
If you do Oauth for Web Apps, you register your site with a callback URL and get a unique consumer secret key. But once you've obtained an Oauth fo...
Semolina asked 3/4, 2010 at 1:44
© 2022 - 2024 — McMap. All rights reserved.