james...@googlemail.com
unread,Mar 14, 2008, 4:27:21 PM3/14/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
I'm building a little app that people can tweet at and it will add
that info to a DB and index.
It's currently listening to replies, but I'd like to add the ability
to direct message it as well.
I know I can just change getReplies to getMessages but if I want to
get both, does anyone have any advice? (I'm learning php as I go, so I
might be missing something simple.)
Is there a simple way to merge the two? Should I do both and just
append one response to the other? I think both use the same message
ID, so this would work - I think. Clunky though.
All advice greatly appreciated.
Cheers,
James