[twitter-dev] Site Streams DMs missing?

2011-07-28 Thread Mark Krieger
One of my test users was not getting DMs for a few hours yesterday (others too I learned) via Site Streams. This happened about noon EST yesterday. Here is the exact circumstance: 1. Both user id '123' and user id '456' are under my control. 2. User 123 sends a DM to user 456. 3. The stream gets

[twitter-dev] Re: Site Streams

2011-07-06 Thread Mark Krieger
according to Twitter. Has it been stable for you? On Jun 28, 12:24 pm, Mark Krieger markskrie...@gmail.com wrote: We've gone live with Site Streams for paying customers of our TweetRoost product. I wrote a blog with technical details which some people might find interesting. See it athttp

[twitter-dev] Re: Site Streams

2011-07-06 Thread Mark Krieger
? On Jun 28, 12:24 pm, Mark Krieger markskrie...@gmail.com wrote: We've gone live with Site Streams for paying customers of our TweetRoost product. I wrote a blog with technical details which some people might find interesting. See it athttp:// www.mediaroost.com/2011/06/tweetroost-goes

[twitter-dev] Site Streams

2011-06-28 Thread Mark Krieger
:) (and I am a big fan of Site Streams, it was a great project for us to implement) Mark Krieger President @mediaroost -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https

[twitter-dev] Re: A new permission level

2011-05-19 Thread Mark Krieger
grandfather in old users who've accepted that their DMs are being sent and received by our apps. It will save us and our users from a lot of headache. Thanks, Mark Krieger, Mediaroost @mediaroost, home of TweetRoost On May 18, 4:27 pm, Dewald Pretorius dpr...@gmail.com wrote: The more I think

[twitter-dev] Complex bug?

2011-05-06 Thread Mark Krieger
We have Site Streams pretty much working here in Rooster-land, need to do some cron cleanup, but everything is looking very happy, the Site Streams and the Rest API windows have been running side by side for quite a while, all looking very 'the same' yay. Thanks Taylor, this is wonderful, and

[twitter-dev] Re: User mute, sounds reasonable?

2011-04-29 Thread Mark Krieger
Our external application does this, it is a breeze, check out my blog at http://bit.ly/kD0Je5 On Apr 2, 12:00 am, sromero santi.rom...@gmail.com wrote: I would like to what you think about integrating to the web interface a mute functionality. Yes, it would be similar to follow/unfollow at the

[twitter-dev] Site Streams strategy

2011-04-28 Thread Mark Krieger
I have Site Streams implemented for a number of twitter accounts on my testbed system. It is working like a charm, and for this system at least, the home timeline, mentions and messages are all super fast (obviously). It saves API calls, it is nice, I am pretty happy. I wonder: What other data

[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-04-06 Thread Mark Krieger
Taylor, Can you give us some time estimate? I have a development team stuck now, nothing more we can do to test with User Streams. I put in weeks ago too for this whitelisting. Mark On Apr 5, 7:46 am, Nicholas Chase nch...@earthlink.net wrote: I put in my request on 2/21 and got approved on

[twitter-dev] Streams question

2011-03-28 Thread Mark Krieger
We coded our enterprise application anticipating getting whitelisted, but alas that seems to not be in the cards. So we have started to code against the Streams API, but I have a few questions, I hope this is the right place: a. I applied for Site Streams Beta Whitelisting more than a week ago,

[twitter-dev] Re: oauth_callback

2010-12-08 Thread Mark Krieger
Thanks Tim and Dave. It was not very clear in the docs, but I looked at the latest docs from the library I use (from jmathai) and I did find that he documented how to use this. I am up and running now from multiple domains. thanks, Mark On Dec 8, 4:07 am, Dave-twiends i...@davesumter.com wrote:

[twitter-dev] oauth_callback

2010-12-06 Thread Mark Krieger
I've been using a development site to work on a twitter related project until a few weeks ago, but I cut over to our real production site. Let's call development: mydev.com, and production: myprod.com. I had changed my twitter domain for callbacks to prod.com, no problem when I did this. Since I

[twitter-dev] from:me in search

2010-09-09 Thread Mark Krieger
If I search for me by doing 'from:markskrieger' in either twitter directly, or from a twitter saved search of from:markskrieger, or from the equivalent in the api, I do not get recent results. In fact, I am not sure I am getting all results at all, it seems I am getting one or two tweets, others

Re: [twitter-dev] Digest for twitter-development-talk@googlegroups.com - 25 Messages in 13 Topics

2010-09-09 Thread Mark Krieger
(); /script Thanks, Mike Topic: from:me in searchhttp://groups.google.com/group/twitter-development-talk/t/8e286d8413f21b34 Mark Krieger markskrie...@gmail.com Sep 09 06:42AM -0700 ^#12af728c13d2126a_digest_top If I search for me by doing

[twitter-dev] Re: Dynamic URLs with oauth return url

2010-09-07 Thread Mark Krieger
Jeff, All of my 'sites' are under control of one domain, so I just set a cookie before auth on any of the sites (with it's url), and then I redirect to the correct subdomain from my main site once my main site gets back control (I also do some housekeeping). I said 'I just set...' but this was

[twitter-dev] More button

2010-08-11 Thread Mark Krieger
My app shows a list of updates from a call like UserTimeline or Favorites, gotten 20 at a time. It shows a More button at the bottom of the screen. Of course I do not want a More button on the last screen, I can think of 2 possible ways to do this: 1. Do 2 calls (argh) each time, see if the

[twitter-dev] Re: More button

2010-08-11 Thread Mark Krieger
Thanks for the quick response, that is what I thought I had remembered. Does this mean that I always need to read-ahead to see if I am on the last page? Mark On Aug 11, 10:48 am, Julio Biason julio.bia...@gmail.com wrote: On Wed, Aug 11, 2010 at 8:43 AM, Mark Krieger markskrie...@gmail.com

[twitter-dev] Re: More button

2010-08-11 Thread Mark Krieger
(very rare) it could happen that an user sent 20 tweets and deleted all of them, in which case it may look like you are at the end of the list. It is not recommended to use two API calls for 20 messages. Tom On 8/11/10 5:30 PM, Mark Krieger wrote: Thanks for the quick response

[twitter-dev] Some twitterapi updates unavailable

2010-08-09 Thread Mark Krieger
I tried to 'favorite' an update by twitterapi over the weekend in twitter, nothing happened, so I tried to read that update in my own application -- and I then tried to read a few other updates from twitterapi. I get back a statuses list in home timeline, then I try to read more information about

[twitter-dev] Re: Some twitterapi updates unavailable

2010-08-09 Thread Mark Krieger
statuses. If you come across any other status ids that can't be fetched via statuses/show, cannot be favorited, or retweeted (all three actions fail with these particular tweets), please let us know the status id so we're aware. Thanks, Taylor On Mon, Aug 9, 2010 at 3:48 AM, Mark Krieger

[twitter-dev] Re: DMs and followers list

2010-08-05 Thread Mark Krieger
. As long as your server responds quickly, users are not going to notice because the total latency might be 100 or 200ms, which would enough to keep users happy. -Marcelo On Wed, Aug 4, 2010 at 6:32 AM, Mark Krieger markskrie...@gmail.com wrote: I am working on a twitter application, I want

[twitter-dev] DMs and followers list

2010-08-04 Thread Mark Krieger
I am working on a twitter application, I want followers to be kept in a dropdown in my application like twitter does when I send a DM from twitter. However, since I have less than 50 followers now (alas), I do not know the twitter behavior when someone has (let's say) 5000 or 1 or even 10

[twitter-dev] Undocumented fields?

2010-07-23 Thread Mark Krieger
I found that statuses/friends and statuses/followers have an undocumented field called next_cursor_str and prev_cursor_str, which are simply the string values of those fields in addition to the digits passed back in next_cursor and prev_cursor. Is this planned to stay this way? (can I rely on them

[twitter-dev] Re: Undocumented fields?

2010-07-23 Thread Mark Krieger
announcement is on our API Announce list [1] and there are no plans to remove this functionality. Hope that helps, Matt 1.http://groups.google.com/group/twitter-api-announce/browse_thread/thr... On Fri, Jul 23, 2010 at 8:45 AM, Mark Krieger markskrie...@gmail.comwrote: I found that statuses/friends

[twitter-dev] Statuses/friends previous cursor broken

2010-07-21 Thread Mark Krieger
Hi. I am having the same problem as several others reported, where the result of a statuses/friends sends back a previous cursor which is not correct. The thread on this, from april or may, died with no resolution. I notice that twitter itself has this same problem, although twitter seems to use

[twitter-dev] Re: Statuses/friends previous cursor broken

2010-07-21 Thread Mark Krieger
mentioned. On Wed, Jul 21, 2010 at 11:17 AM, Mark Krieger markskrie...@gmail.com wrote: Hi. I am having the same problem as several others reported, where the result of a statuses/friends sends back a previous cursor which is not correct. The thread on this, from april or may, died

[twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Mark Krieger
, Matt Harris thematthar...@twitter.com wrote: Hi Mark, We aren't seeing any errors like this when we run some tests. Could you elaborate on what the bogus headers are? Matt On Wed, Jul 21, 2010 at 12:51 PM, Mark Krieger markskrie...@gmail.comwrote: My application has used

[twitter-dev] Re: getStatusesMentions not working today....???

2010-07-21 Thread Mark Krieger
Matt, I found the problem, sorry, I believe it is on my end. I found a line of code someone here changed. Argh. I will be more careful with your time in the future. Mark On Jul 21, 6:00 pm, Mark Krieger markskrie...@gmail.com wrote: Matt, Thanks for the quick response. The call uses