Re: [twitter-dev] Whitelist status update

2010-09-21 Thread Trevor Dean
Hi Taylor, We are just preparing our whitelist request form. Is there anything we can do or any advice you can give on getting our request reviewed sooner than later? Thanks, Trevor On Tue, Sep 21, 2010 at 1:56 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Hi Tom, > > Still i

[twitter-dev] (401) Unauthorized

2010-10-05 Thread Trevor Dean
I am getting an error executing the same code that has been working fine until today. I am getting an error when attempting to get access token, the error is "Invalid / expired Token". I'm not sure what changed from yesterday to today, any idea? I am running this code locally so the callback is

Re: [twitter-dev] (401) Unauthorized

2010-10-05 Thread Trevor Dean
think that this is the issue On Tue, Oct 5, 2010 at 7:24 AM, Tom van der Woerdt wrote: > Like the error says: your token is invalid or has expired. Make sure > that you are using the correct ones. > > Tom > > > > On 10/5/10 1:20 PM, Trevor Dean wrote: > > I am getting a

Re: [twitter-dev] Status update created by app, not by the corresponding user

2010-10-08 Thread Trevor Dean
I think that I had encountered a similar situation a while ago when we were first getting setup with our twitter apps. I'm not sure if this is the same problem but when we were sending tweets/DM's it would look like it came from our app and not our client which is what I think you have described.

[twitter-dev] limit detection

2011-01-05 Thread Trevor Dean
What's the best way to test limit detection code? I want to make sure that when the DM limit or request limit is reached my code handles this properly. I was wondering if there is a better way then just sending 250 DM's and then waiting for the error or making more than 150 requests/hour and then

Re: [twitter-dev] limit detection

2011-01-05 Thread Trevor Dean
That's perfect, Thanks Trevor Dean | Director . big time design & communication inc. tre...@bigtimedesign.ca | 647 234 8198 Visit http://www.bigtimedesign.ca for more information Follow me: @trevor_dean | @btdc On 2011-01-05, at 10:15 AM, Taylor Singletary wrote: > These are

[twitter-dev] DM rate limit confusion

2011-01-07 Thread Trevor Dean
y claim to be able to be able to let you send up to 1000 DM's/day. Can anyone help clear this up? Thanks, Trevor Dean -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.goo

[twitter-dev] Re: DM rate limit confusion

2011-01-07 Thread Trevor Dean
After some more digging I realized that this site is no longer in service and I believe those limits are quite dated. I should have done a bit more research before posting the question, sorry. Thanks, Trevor Dean On Fri, Jan 7, 2011 at 7:28 AM, Trevor Dean wrote: > I'm a little confus

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-10 Thread Trevor Dean
Hey Taylor, what does this mean for DM limits and what’s the new path towards getting those limit increased for new accounts? Trevor Dean | Director big time design & communication Inc. 647 234 8198 Visit http://www.bigtimedesign.ca for more information On 2011-02-10, at 8:48 PM, "

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-11 Thread Trevor Dean
I have been reading through the documentation for the stream api and the user stream api and I'm not sure why everyone is getting so upset about. It looks like this is going to benefit developers and allow Twitter to maintain a more stable environment which is a good thing for us. I understand th

[twitter-dev] user stream api

2011-02-11 Thread Trevor Dean
I can't seem to find any documentation that shows how to go about sending a DM using the new user stream api. I have been through all of the documentation on dev.twitter.com. Can someone point me in the right direction? Thanks, Trevor -- Twitter developer documentation and resources: http://d

Re: [twitter-dev] user stream api

2011-02-11 Thread Trevor Dean
for consumption of data. > > @episod <http://twitter.com/episod> - Taylor Singletary - Twitter > Developer Advocate > > > On Fri, Feb 11, 2011 at 7:52 AM, Trevor Dean wrote: > >> I can't seem to find any documentation that shows how to go about sending >>

Re: [twitter-dev] Re: user stream api

2011-02-11 Thread Trevor Dean
g attention to the > > streams as they did not fit all that well with my application. Now I > > see that it is important to create an application that uses both as > > the app is both the consumer of users activity (DMs) and originator > > (DMs and tweets). > > > > On

Re: [twitter-dev] Looks like our application is DOA...

2011-02-11 Thread Trevor Dean
g the same information. Out experience is that twitter has been very helpful and want to help developers but they will probably continue to evaluate needs on a case by case basis. There have been many people asking the same question so hopefully we will see a response soon. Trevor Dean | Di

[twitter-dev] DM rate limit

2011-02-12 Thread Trevor Dean
Just out of curiosity why can't DM's be limited by the hour instead if having this cap of 250/day? I think if this was an option most of the issues expressed by other developers including myself would be resolved. Trevor Dean | Director big time design & communication Inc. 647 2

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread Trevor Dean
large user base could quickly go beyond the 250 dm/day limit. It's unfortunate that the spammers take advantage and ultimately ruin things for legitimate services. Trevor Dean | Director big time design & communication Inc. 647 234 8198 Visit http://www.bigtimedesign.ca for more inform

Re: [twitter-dev] Re: DM rate limit

2011-02-13 Thread Trevor Dean
ients. There has been a lot of activity from this group and it's been hard to keep track of all of the information but I did read that you can still request increased DM rate limits which is all we need but I don't know if this has been confirmed by someone from twitter. Trevor Dean | Di

[twitter-dev] 401 unauthorized

2011-03-19 Thread Trevor Dean
Is anyone else experiencing any 401 errors all of a sudden? I was doing some testing this morning and was logging in fine using twitter and then 10 min later I started getting 401 unauthorized errors. Thanks, Trevor -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] Re: 401 unauthorized

2011-03-21 Thread Trevor Dean
gt; > > > > > I would look at my code but there are a lot of people getting the > same > > > > issue. > > > > > > Cheers > > > > > > Darren > > > > > > On Mar 19, 6:05 pm, Matt Harris wrote: > > > > &g

Re: [twitter-dev] Re: 401 unauthorized

2011-03-24 Thread Trevor Dean
Yes I was also hoping or a more recent update, the last one was over 18 hours ago and didn't provide much detail ( http://code.google.com/p/twitter-api/issues/detail?id=2118). On Thu, Mar 24, 2011 at 7:56 AM, Ninjamonk wrote: > any news on this? bit of a joke that it's been going on for a week n

Re: [twitter-dev] need emergency help

2011-03-24 Thread Trevor Dean
When the user is returned to your site after authenticating you can grab the oauth_token and the oauth_verifier from the url and use that to get an access token. I'm using .NET and the Twitterizer API to accomplish this, I'm not sure what language you're doing this in or if you are using a third p

Re: [twitter-dev] Re: 401 unauthorized

2011-03-28 Thread Trevor Dean
gt; On 24 mar, 10:44, Ninjamonk wrote: > > Thanks for the link to the issue, now I can watch it. I have reverted > > to the http work around which I hate due to the lack of security. > > > > On Mar 24, 1:11 pm, Trevor Dean wrote: > > > > > > > > > &g

[twitter-dev] Twitter authentication in iFrame

2011-03-28 Thread Trevor Dean
I am running some tests on one of my sites and I noticed that I am getting an error whenever I try to login using twitter. My site runs in an iFrame in another site and the message I get is "the publisher of this content does not allow it to be displayed in a frame". This used to work and I haven

[twitter-dev] Oauth from iFrame

2011-03-29 Thread Trevor Dean
I am launching the twitter authorization page from my site which is in an iFrame, this used to work but now the authorization page won't load inside the iFrame. Has something changed? I posted this yesterday and haven't received any response, can someone from twitter weigh in on this? Trevor -

Re: [twitter-dev] (401) Unauthorized

2011-03-29 Thread Trevor Dean
There is an active thread for this issue http://code.google.com/p/twitter-api/issues/detail?id=2118 you're not alone on this one, there are many people suffering from this issue. On Tue, Mar 29, 2011 at 6:26 AM, naresh wrote: > Hi > We have integrated our web application to use twitter oAuth fo

Re: [twitter-dev] Re: Announcing Twitter Devnest - May 12th (sign up now)

2011-04-28 Thread Trevor Dean
I hope one of the cities outside the U.S will be Toronto, there is a lot of twitter development happening down here. If you want to do a #devnest in Toronto please let me know, I would love to be a part of it and help in anyway possible. On Thu, Apr 28, 2011 at 7:45 AM, Corey Ballou wrote: > He

[twitter-dev] Search API

2011-06-16 Thread Trevor Dean
I would like to go back to the previous day and pull all tweets that match my search criteria, for example I would like to get all tweets from yesterday that have "stanley cup". When I do this I only seem to be able to get a certain number of tweets back. What's the best approach to this? Thanks

Re: [twitter-dev] Streaming API with start_date and end_date

2011-06-23 Thread Trevor Dean
This would be a great feature, any word on this yet? Trevor Dean | Director big time design & communication Inc. 647 234 8198 Visit http://www.bigtimedesign.ca for more information On 2011-06-23, at 7:13 AM, JackRabbit wrote: > Hi Guys, > > is it possible to query streaming ap