Hello anyone got any idea where I can find an api/sample code that I can use to authenticate with youtube?
I found the following http://code.google.com/p/gdata-objectivec-client/source/checkout
but it is for mac applications. Anyone knows where I can find the iPhone related stuff?
I am just trying to authenticate with YOUTUBE and grab the authtoken.
Thanks.
Check this url: http://code.google.com/p/gtm-oauth2/wiki/Introduction
I think it can help you.
Related
I am implementing one iphone application in which I want to use yelp api.But I dont know how to integrate with iphone.I have found one sample code from the GIT hub but there are not specific code.Can you give me some advice or some reference.
Please give me solution for this query
Thanks in advance
You should take a look at RestKit http://restkit.org/
It's a great tool for connecting with API's like this. Once you get that working it should be as simple as connecting and making some calls.
I am able to post text from iphone to twitter with [_engine sendUpdate:[textfield text]];
But I have to post an image. Can anyone guide me?
MGTwitter engine doesnt support image uploading, but you could either use this:
https://github.com/Gurpartap/GSTwitPicEngine
or integrate that into MGTwitter engine.
Also, please state more information
about what library you are using so
that people can help YOU. People
cannot help you if they have no idea
about what you are referring to. It is only since I knew the API you are calling that I could help you.
For upload image you should use TwitPic. and use check this
Thanks
Hi I am using Evernote Api for iphone. I downloaded Api from developers site of evernote. But I dont know how to use it...Any one know about this or have any links or examples to understand this?
Adding iOS sample code is a top priority. In the meantime, please have a look at http://digitalpericope.net/?p=27, which might help you get started.
Can anyone tell me the steps to integrate weather information into my iPhone App. I found some API's are there, but didn't found steps for this. Thanks in advance.
use google weather in php
see the link http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/
to iphone see old question in so :
https://stackoverflow.com/questions/1305127/free-weather-api
http://www.weather.com/services/xmloap.html
I want to integrate Twitter API into my iphone application. I have read about JSON framework with iPhone SDK 2.2. But I am new to this type of application. Can anybody please explain how to integrate this Twitter's APIs with my application and how to use it. Also tell me how to open "svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only" I have downloaded this code, but I'm not sure where to go from here. Please help me in this issue. Thanks in advance.
Try MGTwitterEngine.
You might consider looking at the Stanford iPhone programming course for some basic "how to use an API" type information.
Their in-class sample app is a low-end Twitter app that uses the JSON library, you might find that a useful example.