Integration iPhone app with Facebook Twitter TwitPic and more - iphone

It's not a code question.
I've found a nice tool online few months ago and now I cannot remember it's name/address. Maybe you know.
I've found a great sample application integrating most of the social services - Facebook, twitter, TwitPic, myspace and so on.
So you only had to add few classes to your project, fill the appIDs, sercret codes and you were ready to use all of them (with a standard UI) without spending countless hours implementing every single one on my own.
Maybe you remember where I can find this app? It was great.
regards
Chris

Czest,
I found this..http://three20.info/ hope it can help.

You might be thinking of ShareKit. It can be found at this URL: ShareKit
I have found ShareKit very easy to use.

check out http://www.gigya.com/social-login/ , i think this is the best option to date.

There are a couple of UIImagePicker replacements out there that support loading photos from other services:
GrabKit is an iOS Objective-C library offering simple and unified methods to retrieve photo albums on Facebook, Flickr, Picasa, iPhone/iPad and Instagram
https://github.com/pierrotsmnrd/grabKit
Photo Picker+ a new free library for iOS that replaces the native photo chooser to let users select a photo from Facebook, Picasa, Flickr, or Instagram, in addition to the local Camera Roll or Photo Stream.
http://picture.io/photopickerplus

Related

How do I share a video from Instagram to Twitter using IFTTT

I am wondering how to share video from Instagram to Twitter, so that it shows up as a native twitter video. There are multiple apps on IFTTT, but they only work for pictures and not videos.
Has anyone else had this same issue?
I've tried e-mailing the developers, but no luck.
Also there's not as much information available through Google, as I assume this is relatively new thing.
Sadly, IFTTT don't support Twitter videos. These are the only actions they support:
If you're interested in programming something yourself, you can look at the Twitter API for uploading media.
Good luck :-)
As Terence said, IFTTT integrations only support photos.
Alternatively, you can use tweetgram.me to automatically share your Instagram photos and videos as native Tweets.
TweetGram supports videos fully and is free to use.
Disclaimer: I am the developer of TweetGram.

IOS sharing framework for twitter, facebook, flicr, tumblr

I need to share UIImage from my IOS application to Facebook, Twitter, Flicr, Picassa (if possible), Tumblr.
Is there any library that can help me with this task?
Or should i download SDK for every one social network?
Please, help me, and
thank you for the answers:)
You can also use the Socialize SDK which handles sharing and user management as well: http://www.getsocialize.com
For Facebook and Twitter, you can use the simple way bellow. The UI will look like Twitter on iOS 5 and Facebook on iOS 6: https://github.com/lephukhanhhuy/easyshare-ios4.3.
Great share API http://www.addthis.com/
ShareKit is an option as it covers some of the services you require.

Facebook Twitter Sharing options in app?

I want to give sharing option in my app for sharing data, images, webpages, etc. with Facebook, Twitter, Email. What is best option for me?
I'm going through ShareKit that I have never used. Is it any good or do I have to try something else?
Suggest me some ShareKit like links.
ShareKit is brilliant.
Recently there's been an intermittent problem with Facebook's "Connect" API, which is what ShareKit uses. A lot of existing, deployed apps (including some big names) have been facebook-broken over the last couple weeks. Facebook claims to be working on it, and in fact my app that uses ShareKit IS working right now, but ultimately SK needs to move to the newer Graph API.
Definitely Sharekit is good idea to share data,urls and images(not to twitter) with Facebook,twitter and Email but you can't share images in Twitter.

Uploading and Sharing a Photo

I would like to upload to an album and share the uploaded photo via the FB sharing mechanism on my and/or friends' walls.
I'm using Appcelerator Titanium to develop my app, but I'm also happy with an Objective C example since the procedure is pretty much the same.
I achieved the upload of the photo to my album, but I can't find anything about sharing, neither in the official documentation, nor elsewhere on the web.
If you are using 1.6 or higher then the Titanium FB module is built to use OG and you can follow the instructions in this similar question.

Facebook and Twitter API help for Iphone SDK

Im trying to implement Facebook and twitter into my app, anyone link a place with a good step by step for each.
I have tried several on various sites and youtube, and all have made my app crash. Any help would be appreciated thanks.
One place to start might be using ShareKit:
http://www.getsharekit.com/
That bundles together a lot of social platform updates in something easy to integrate. I think you can customize it beyond what is there.
Don't forget you'll need application ID's for each service you intend to link to - you need to create a twitter and Facebook app account.
For twitter I use cocoa built in
twitter.h
for iOS apps.
Definetely:
- https://developers.facebook.com/docs/mobile/ios/build/
- https://dev.twitter.com/docs/ios
USE MGTwitter Engine to use twitter api in iphone.and PlainOauth library..It can be downloaded from githubsite..