You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hello,
Just wondering if there is any way to grab all updates since the last API call for the user logged in?
Best Regards, Craig Brass
Scott Wilcox
unread,
Mar 3, 2010, 10:24:39 AM3/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to twitter-deve...@googlegroups.com
Hello Craig,
You'll have to implement that client side.
Scott.
@seiz
unread,
Mar 3, 2010, 6:33:29 PM3/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
You have to somehow store the ID of the newest tweet you saw in your last API call and then use since_id in your new API call to only get tweets/mentions etc which are newer than said ID.