dongliao6777 2011-02-14 22:23
浏览 70
已采纳

如何使用PHP使用twitter API列出@replies?

I have a website where users can enter their Twitter Login information. This site will connect with the Twitter API.

I want, when someone their twitter login information, that it lists out @replies with slightly different queries. They are:

  • All the @mentions anyone has ever made about the current logged in user, sorted by time/date
  • All the @mentions another specific user has ever made to the logged in user, sorted by time/date
  • All the @mentions the logged in user has made about another specific user, sorted by time/date

There are some great code examples of how to achieve twitter functionalities here(http://devzone.zend.com/article/4431) but nothing specific that shows how to list out the @replies and how to query them.

How do I list out @replies using the twitter API using PHP?

  • 写回答

1条回答 默认 最新

  • duanhan1392 2011-03-15 20:19
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?