简体   繁体   English

如何将Twitter关注者完整地集成到iPhone中?

[英]how to integrate twitter followers in iphone with all detail?

i have integrated twitter in my iphone App successfully and posted twits but in addition i need followers list with detail so how can i get my following and followers detail specially email id. 我已经成功将Twitter集成到我的iPhone应用程序中并发布了twits,但除此之外,我还需要详细的关注者列表,以便我如何才能获得我的关注者和关注者的详细信息,特别是电子邮件ID。 there is any API available or not for Followers and Following i search but im getting no idea ..Please let me know if any one have any idea. 有可用的API或不可用的追随者和跟随我搜索,但我不知道..请让我知道是否有人有任何想法。

Thanks... 谢谢...

People following you (user) 关注您的人 (用户)

https://dev.twitter.com/docs/api/1/get/followers/ids https://dev.twitter.com/docs/api/1/get/followers/ids

example call : https://api.twitter.com/1/followers/ids.json?cursor=-1& screen_name=twitterapi 示例调用: https ://api.twitter.com/1/followers/ids.json ? cursor=-1 & screen_name = twitterapi

People you (user) are following (用户)关注的人

https://dev.twitter.com/docs/api/1/get/friends/ids https://dev.twitter.com/docs/api/1/get/friends/ids

example call: https://api.twitter.com/1/friends/ids.json?cursor=-1& screen_name=twitterapi 示例调用: https ://api.twitter.com/1/friends/ids.json ? cursor=-1 & screen_name = twitterapi

. . . but you won't be able to get their email I.D's. 但您将无法获得他们的电子邮件ID。 This is private and privlaged information unavailable to to developers using the Twitter API. 这是使用Twitter API的开发人员无法获得的私有和特权信息。

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

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