xcode 将 iPhone 应用程序与 Facebook Twitter TwitPic 等集成
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4193622/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Integration iPhone app with Facebook Twitter TwitPic and more
提问by Chris Rutkowski
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.
我发现了一个很好的示例应用程序,它集成了大多数社交服务——Facebook、twitter、TwitPic、myspace 等等。
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.
所以你只需要在你的项目中添加几个类,填写 appID,秘密代码,你就可以使用所有这些(带有标准 UI),而无需花费无数时间来实现每一个。
Maybe you remember where I can find this app? It was great.
也许你记得我在哪里可以找到这个应用程序?太棒了。
regards Chris
问候克里斯
采纳答案by Jay Haase
回答by Vanya
Czest,
切斯特,
I found this..http://three20.info/ hope it can help.
我找到了这个..http://three20.info/ 希望它可以帮助。
回答by blotto
check out http://www.gigya.com/social-login/, i think this is the best option to date.
查看http://www.gigya.com/social-login/,我认为这是迄今为止最好的选择。
回答by Brad The App Guy
There are a couple of UIImagePicker replacements out there that support loading photos from other services:
有几个 UIImagePicker 替代品支持从其他服务加载照片:
GrabKit is an iOS Objective-C library offering simple and unified methods to retrieve photo albums on Facebook, Flickr, Picasa, iPhone/iPad and Instagram
GrabKit 是一个 iOS Objective-C 库,提供简单统一的方法来检索 Facebook、Flickr、Picasa、iPhone/iPad 和 Instagram 上的相册
https://github.com/pierrotsmnrd/grabKit
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.
Photo Picker+ 一个新的免费 iOS 库,它取代了原生照片选择器,让用户可以从 Facebook、Picasa、Flickr 或 Instagram 以及本地相机胶卷或照片流中选择照片。