简体   繁体   English

使用AddThis SDK的Twitter iOS4 SDK集成问题

[英]Twitter iOS4 SDK Integration Issue using AddThis SDK

I have integrated the iOS AddThis SDK into my production application but am noticing that with iOS4, the first tweet by a user never gets posted. 我已将iOS AddThis SDK集成到我的生产应用程序中,但注意到使用iOS4,永远不会发布用户的第一条推文。 It is acting like the first tween on iOS4 sets the authorization up as all future tweets work just fine but he first one does not go through. 就像iOS4上的第一个补间一样,它设置了授权,因为所有将来的推文都可以正常工作,但他的第一个却没有通过。

Is there something I am missing here or is anyone else seeing this issue with the SDK for iOS4? 我在这里缺少什么吗?还是其他人看到了iOS4 SDK的此问题?

Thanks! 谢谢!

often twitter does return 401 that might be suppresed by the SDK. 通常,twitter会返回SDK可能禁止的401。 You might want to try using the iOS native twitter API (https://dev.twitter.com/docs/ios). 您可能想尝试使用iOS本机Twitter API(https://dev.twitter.com/docs/ios)。

You might also consider using http://www.getsocialize.com which does all the authentiation/transmitting of the tweet for you. 您也可以考虑使用http://www.getsocialize.com ,它可以为您完成所有推文的验证/传输。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM