php,如何将我的朋友头像从 Twitter 插入到我的网页?
我想将我所有的朋友/关注者从 Twitter 放到我的网页上? 没有消息或时间戳,只有图片。
有什么想法吗? 谢谢
i would like to place all my friends / followers from twitter to my webpage?
no messages or timestamps, just the pictures.
any ideas?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否看过可用的库之一? http://dev.twitter.com/pages/libraries#php
Have you taken a look at one of the available libraries? http://dev.twitter.com/pages/libraries#php
以下是身份验证后涉及的基本步骤(请参阅其他问题/教程。此处重复这些步骤没有意义):
statuses/friends获取好友列表statuses/followers获取您的关注者列表profile_image_url
编辑:
正如 abraham 所指出的,上述方法已被弃用,因此建议使用以下方法:
Here are the basic steps involved after authenticating (see other questions/tutorials for that. No sense in repeating those steps here):
statuses/friendsto get list of your friendsstatuses/followersto get list of your followersprofile_image_url
from each userEdit:
As noted by abraham, the above methods are deprecated so it is recommended to use an approach that utilizes: