Implementation of Reddit,StumbleUpon,del.icio.us and Digg in iPhone app - iphone

I want to know, Is it possible to integrate Reddit, StumbleUpon, del.icio.us and Digg in iPhone app? I have to implement all this in my iPhone app. Please give me the some any example link about all these points.

For Delicious you can use sharKit

Digg has a REST API clearly documented here: http://developers.digg.com/documentation

Related

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.

bebo integration into iphone application

Hi. I am developing one application for iPhone. In which I have integrated twitter, facebook, Myspace. Using my app I can update status and image. In the same way I want to integrate Bebo social networking site.
I find Bebo's developer site http://developer.bebo.com/ here. But I did not found any API related to Objective C or iPhone related stuff. How can I do this integration?
It doesn't look like there's an existing API for bebo access on iPhone.
You'll have to think about rolling your own. The site you posted a link to seems to have useful info. Or there's some (hard on the eye) info here:
http://www.bebo.com/Profile.jsp?MemberId=6945769847

Tutorial for MGTwitterEngine for Iphone

Is there a good tutorial available to use MGTwitterEngine on the Iphone?
Call me dumb but I cant figure it out.
All I want to do is update the users twitter status through my Iphone app.
Basic Authentication is not supported any more. So how do i do this? Im looking for the easiest most simple way available.
try this:
http://icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse/

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.

Calling Twitter API in Xcode Iphone Application

Is there any wrapper available for Twitter in X-Code? if not then do I have to call original Twitter API in my Iphone's application?
Why not give http://mattgemmell.com/2008/02/22/mgtwitterengine-twitter-from-cocoa a go, it works with the iPhone and has been recommended by quite a few people.
You can try MGTwitterEngine.
I am just starting to look at it myself.