Mention is under REST API Timeline API
http://dev.twitter.com/doc/get/statuses/mentions

You can implement Mention as long as you have the Objective-C Twitter
Library that support Mention. If not you would have to write your own
Objective-C implementation.

###
Returns the 20 most recent mentions (status containing @username) for
the authenticating user.The timeline returned is the equivalent of the
one seen when you view your mentions on twitter.com.This method is can
only return up to 800 statuses. If include_rts is set only 800
statuses, including retweets if they exist, can be returned.This
method will not include retweets in the XML and JSON responses unless
the include_rts parameter is set.The RSS and Atom responses will
always include retweets as statuses prefixed with RT.

URL
http://api.twitter.com/version/statuses/mentions.format
Supported formats
json, xml, rss, atom
Supported request methods
GET
Requires Authentication

On Mar 20, 4:56 am, Jimbo <jimbomorri...@gmail.com> wrote:
> Hi,
>
> How are 'mentions' of a user you're following implemented in the
> twitter iPhone app?
>
> Is this done with the Search API or is there an endpoint missing from
> the docs?
>
> Thanks,
>
> J.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to