Iphone oAuth:如何在同一个应用程序中集成Twitter和LinkedIn?

Iphone oAuth:如何在同一个应用程序中集成Twitter和LinkedIn?,iphone,twitter,oauth,linkedin,Iphone,Twitter,Oauth,Linkedin,我已经成功地将Twitter和Facebook集成到我的iPhone应用程序中。 Facebook和LinkedIn API也在我的许多应用程序中成功实现 但当我尝试将Twitter和LinkedIn集成到同一个应用程序中时,会出现如下错误并导致应用程序崩溃: -[OAConsumer initWithKey:secret:]: unrecognized selector sent to instance 0x61677b0 2011-09-15 18:58:41.675 thelifedoct

我已经成功地将Twitter和Facebook集成到我的iPhone应用程序中。 Facebook和LinkedIn API也在我的许多应用程序中成功实现

但当我尝试将Twitter和LinkedIn集成到同一个应用程序中时,会出现如下错误并导致应用程序崩溃:

-[OAConsumer initWithKey:secret:]: unrecognized selector sent to instance 0x61677b0
2011-09-15 18:58:41.675 thelifedoctor[8086:207] *** Terminating app due to  uncaughtexception 'NSInvalidArgumentException', reason: '-[OAConsumer   initWithKey:secret:]:unrecognized selector sent to instance 0x61677b0'
因此,Twitter+Facebook基本上运行良好。同样Facebook+LinkedIn运行良好。但是推特+LinkedIn会出现错误

我已经讨论了几乎所有与堆栈溢出问题相关的已回答和未回答的问题,但到目前为止没有一个是有用的

我在谷歌上搜索了一下,发现这与LinkedIn和Twiiter都有oAuthentication的问题有关,因此有些文件让编译器感到困惑

我应该怎么做才能在我的应用程序中成功集成这两个API


有没有办法在同一个应用程序中同时实现Twitter和LinkedIn?

我和你有同样的问题,我只是复制了混淆并重命名的文件。我知道这不是最好的解决方案,但至少它是有效的。

使用了Twitpic Library for iOS,对我来说效果非常好

谢谢大家:)