Hello,
The Twitter API lets me request another users statuses with user_timeline and the authenticated users @replies with mentions. Is there a way to request another users @replies (both to and from them)?
Thanks
Hello,
The Twitter API lets me request another users statuses with user_timeline and the authenticated users @replies with mentions. Is there a way to request another users @replies (both to and from them)?
Thanks
You can probably use the Twitter Search API (and just search for things containing "@username") to get the @ replies for that user.