xcode Iphone SDK 的 Facebook 和 Twitter API 帮助

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4505849/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:02:06  来源:igfitidea点击:

Facebook and Twitter API help for Iphone SDK

iphonexcodeios4

提问by BasicApp

Im trying to implement Facebook and twitter into my app, anyone link a place with a good step by step for each.

我正在尝试将 Facebook 和 twitter 实施到我的应用程序中,任何人都可以一步一步地链接一个地方。

I have tried several on various sites and youtube, and all have made my app crash. Any help would be appreciated thanks.

我在各种网站和 youtube 上尝试了几个,但都使我的应用程序崩溃。任何帮助将不胜感激谢谢。

回答by Kendall Helmstetter Gelner

One place to start might be using ShareKit:

一个开始的地方可能是使用 ShareKit:

http://www.getsharekit.com/

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.

不要忘记,您需要为要链接到的每项服务提供应用程序 ID - 您需要创建一个 twitter 和 Facebook 应用程序帐户。

回答by Sikander

For twitter I use cocoa built in

对于 twitter 我使用内置的可可

  twitter.h

for iOS apps.

对于 iOS 应用程序。

回答by a25bedc5-3d09-41b8-82fb-ea6c353d75ae

USE MGTwitter Engine to use twitter api in iphone.and PlainOauth library..It can be downloaded from githubsite..

使用MGTwitter引擎在iphone.andPlainOauth库中使用twitter api..它可以从githubsite下载..