iphone:How to use ShareKit integrate in iPhone?? - iphone

Hello friends,
I want to use ShareKit integrate my iPhone Apps so please tell me any link or any idea to integrate this functionality in iPhone & how to use this kit.
Thanks in advance.

What is the problem you are facing? Check the official installation guide
Installation is pretty straightforward. Just copy the files to your project and add required frameworks, include SKH.h and that's it ;)

Related

How i will add Linkedin library&auth to my project?

I have an iphone application in which i want to integrate linked in login and all the features of it.Is there any tutorial or blog which explaining how to do this.Can anybody help me..?
Possible duplicate of : How can I integrate LinkedIn within an iPhone application?
Check the second answer, and this sample project : https://github.com/synedra/LinkedIn-OAuth-Sample-Client
Hope this helps!

Is there a very simple guide to install Three20 Library in new Xcode4 project?

I read its nice library.
But I don't understand why it is so complicated to install it.
Is there simple way to just download, and link the libraries ?
http://three20.info/article/2011-03-10-Xcode4-Support
I suggest playing with the sample apps and reading some of the three20's manual before you add three20 to your project. That's how you can get a feeling of what the framework can do.
After that, create a new project and follow http://three20.info/article/2010-10-06-Adding-Three20-To-Your-Project

EverNote Api for iphone

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.

Integrating weather information in iphone

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

Using the Twitter API within iPhone application

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.