Tagged Questions
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?
2
votes
2answers
541 views
Google Data/OAuth/AppEngine/Python - Properly Registering a Web Application
I'm creating a webapp with this combination of tools. I'm authenticating with App Engine in the following manner:
class googleLogin(webapp.RequestHandler):
def get(self):
callbackURL = ...
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 ...
2
votes
1answer
2k views
Google search from within an iPhone app
I want to have the user enter a keyword in my app and then search google for this keyword, perform some logic on the results and display a final conclusion to the user.
Is this possible? How do I ...