Tagged Questions
4
votes
1answer
81 views
Why am I getting “unrecognized selector” errors when subclassing GDataEntryBase from Google Data Objective-C Client Library?
I've built the Google Data APIs Objective-C Client Library and have it linking and working with my application (incl. GTMOAuth2) and can pull data back. I need to work with the Provisioning API (still ...
2
votes
1answer
792 views
GTMOAuth2ViewControllerTouch doesn't show login screen
I'm using objective c gdata client and I have a problem with GTMOAuth2ViewControllerTouch. It was working for me (shows UI, returns callbacks), but now it shows just empty white screen. Any ideas?
0
votes
1answer
335 views
Twitter oauth problem with frindship/create in api
I am using Google Data API sample touch application, which is available at code.google....
I am having a problem can any one help.
Please tell me if I am doing some thing wrong.
The user who has ...
1
vote
1answer
697 views
How to get all the videos thumbnails and information shown in Youtube channel?
I have a simple application which has to show the thumbnails of videos present at a particular channel and the links associated with them in a tableview, I have integrated google data api in my ...