Questions tagged [gdata-objectivec-client]

The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs.

For usage instructions and more information, visit the GitHub repository here.

5 questions
1
vote
2 answers

How to include GData in project?

I'm trying to include GData framework in my project for hours now and I'm completely lost. I'm trying to follow instructions on gdata-objectivec-client's page (https://code.google.com/p/gdata-objectivec-client/), but they're very outdated. If I try…
raven_raven
  • 343
  • 2
  • 6
  • 17
1
vote
0 answers

Invalid token error while uploading video in youtube by using GDATA with Oauth2

I am getting following error in my app while I try to upload video on YouTube. **2014-02-21 15:47:19.355 LandroVA[1088:60b] serviceBase: objectFetcher:GTMHTTPUploadFetcher 0x156436f0…
1
vote
1 answer

Authorization with gdata-objectivec-client

I am using gdata objectivec client to work with youtube v2.0. I don't want to ask user login many times. I want to login one time and get the accesstoken to use later. Please give me some sample codes to do this. Thanks .
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
0
votes
1 answer

Get GDataEntryBase instead of GDataEntryContact then try to fetch google contacts

I integrate gmail into my app by using GData Obcective-C Client for authentication and obtaining therefrom contacts. For authentication I use gtm-oauth2 and this part work pretty good. My scope for GTMOAuth2ViewControllerTouch init: NSString *scope…
Skifcha
  • 31
  • 5
0
votes
1 answer

How to use gdata-objectivec-client?

I followed the steps in this tutorial. Now I can import the header file of youtube libraries to my class but I don't know how to use them. For instance, How to login to youtube and add a video to favorite list? Please give me some sample code since…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165