[twitter-dev] direct_message/new to multiple users

2010-05-19 Thread Dan
is it possible to DM multiple user ids by specifying comma separated user_id parameter? e.g. user_id=123,125,234,345 etc etc?

[twitter-dev] Re: direct_message/new to multiple users

2010-05-19 Thread Dan
thanks for the info. I just wanted to check :) On May 19, 4:24 pm, Taylor Singletary wrote: > Hi Dan, > > This is not possible. DMs really aren't meant as a platform for sending the > same message to multiple users. > > Taylor Singletary > Developer Advocate, Twitte

[twitter-dev] Re: Invalid / used nonce

2009-08-11 Thread Dan
We have also been seeing similar behaviour for our iPhone app based on MGTwitterEngine-1.0.8-OAuth. If we call request_token from the client followed by statuses/update, everything works ok. However, if we send the request_token from our server, then statuses/update from the client, a 401 Invalid

[twitter-dev] Re: heavy throttling by search.twitter.com API from GAE application

2009-08-29 Thread Dan
I'm not sure if this is related. I've been using Services_Twitter to use the Search API and I keep getting the error message "Unsupported endpoint search". I'm searching a simple 7-letter word. Anyone have any idea what that message means? Maybe this is related to something going on with Twitt

[twitter-dev] Re: heavy throttling by search.twitter.com API from GAE application

2009-09-03 Thread Dan
I figured out this problem; it was not related after all. I needed to set the user-agent when using curl, with the "curl_setopt" command (in PHP). Once I did that I did not have problems using the Search API. On Aug 29, 7:03 pm, Dan wrote: > I'm not sure if this is related

[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-30 Thread Dan
Hoping for an answer to this as well. The last dev post said that cursors would be added to list-of-lists functions, but they didn't mention followers-of-lists getting the treatment. It is much needed. On Oct 24, 6:18 pm, Dave Briccetti wrote: > How can I retrieve more than 20 at a time? > > ?cu

[twitter-dev] Re: Updates to the List API (list descriptions, cursoring lists of lists, finding by list id rather than slug & more consistent names)

2009-10-30 Thread Dan
The update says all requests that produce a list *of lists* will have a cursor option. What about lists of members following/followed on/by a list? If I want to download the list of people following a list, members.xml currently gives only 20 users. Is there a way to ask for more, or to get the

[twitter-dev] Re: Lists API

2009-11-03 Thread Dan
Yep, on for everyone. Just waiting and hoping for whitelisting so I can actually release the website I built around the API. Right now I can't make enough calls to keep its database fresh.

[twitter-dev] Using Search API to get a list of replies to specific tweet

2010-07-31 Thread Dan
Hello everyone, I was wondering if it is possible to use the Search API to get a list of tweets that are in reply to a specific tweet. For example, is there any way to send a tweet ID to the Search API, and then retrieve all tweets that are in reply to this specific ID? Thank you.

[twitter-dev] Lat,long, vs long/lat

2010-08-13 Thread Dan
ces API it is long,lat? e.g. http://api.twitter.com/1/geo/id/881e03b2b43d3810.json {"geometry":{"type":"Point","coordinates":[-73.452852,44.698943]}... This is very confusing! Cheers Dan

[twitter-dev] Re: Lat,long, vs long/lat

2010-08-14 Thread Dan
That's fine. But shouldn't it be consistent throughout the API? On Aug 13, 10:51 pm, twittelator wrote: > Think of the mathematics coordinate system of X, Y   [ longitude, > latitude ] > > On Aug 13, 9:55 am, Dan wrote: > > > Why is it that in most of the API, g

[twitter-dev] Create a favorite

2010-09-05 Thread Dan
Im very much a newbie to PHP and the Twitter API. Im trying to create a form button to set a tweet as a favorite. I have OAuth working to post status updates and i've tried to amend the status update code to set a tweet to be a favorite. Wonder if anyone could help me: $qtweet = A Twitter ID i

[twitter-dev] When did user x follow me?

2010-09-09 Thread Dan
s discussions I read it was something being talked about. Is this a possibility at all? Thanks, Dan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-

[twitter-dev] Search API - Show From user but not @replies

2010-09-23 Thread Dan
Is it possible using a search query to show tweets from a user but not include their @ replies? I can see that it's possible to negate a query (such as @user) but not possible to use a wildcard (to negate all @users) so how could you do this? -- Twitter developer documentation and resources: htt

[twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-09 Thread dan
I've been having trouble connecting to the streaming API using oauth if my tracks have spaces. I get 401s (unauthorized). In all cases, the same code works if the tracks don't have spaces. In Java: tried twitter4j (http://twitter4j.org/jira/browse/TFJ-420) and tweetstream4j (http://stackoverflow.c

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2010-11-12 Thread dan
010 at 1:38 AM, Ciaran wrote: > > Try ui-encoding them first, my understanding of the Twitter OAuth > > signature validation is that it is non-standard (although there > > appears to be debate about this) I suspect if you encode them first > > before signing the url it w

[twitter-dev] Re: Twitter streaming API using oauth with tracks that have spaces?

2010-11-12 Thread dan
fore signing the url it will start to work > -cj. > > On Tue, Nov 9, 2010 at 6:11 PM, dan wrote: > > I've been having trouble connecting to the streaming API using oauth > > if my tracks have spaces. I get 401s (unauthorized). In all cases, the > > same code works if

[twitter-dev] Company Whitelisting

2010-11-17 Thread Dan
Hi - I work at Qwest Communications and all access to the public internet for our 40K + employees goes through a small number of proxy servers. So when attempting to access rate-limited resources, we are already at our limit most of the time. As part of our website I'm trying to include a rate-li

Twitter trends for particular subjects, hashtags, @replies

2009-02-07 Thread Dan
Has anyone found a way to work the API to get this sort of functionality? We are able to determine the top 10 trends for all of twitter at any given time, but what about trends for all @replies to a particular user, or trends in posts that contain a particular hashtag?

Re: Twitter trends for particular subjects, hashtags, @replies

2009-02-07 Thread Dan
uot;trend" in your point of view... Other than that, I > > > don't readily see a way to get that kind of info from current > > > resources. > > > > -Chad > > > > On Sat, Feb 7, 2009 at 6:11 AM, Dan wrote: > > > >> Has anyone found a way to work

[twitter-dev] Date-based update retrieval

2009-03-27 Thread Dan
Perhaps I'm completely missing this, but if I can properly authenticate a user in a PHP script, how can I then retrieve their updates for a particular date?

[twitter-dev] Re: Date-based update retrieval

2009-03-28 Thread Dan
a script that will show me my own tweets for a given day? On Mar 28, 12:39 am, Abraham Williams <4bra...@gmail.com> wrote: > You can use the since parameter for going up to 24 hours old. Otherwise you > have to just manually page back until you get what you need. > > On Fri, Mar

[twitter-dev] Getting Started

2011-02-16 Thread Dan
Hello, I am just getting started developing some proofs-of-concept for my company. One major snag is that I am of course behind a firewall. The OAuth API expects a URL that is available to twitter.com. I can't really do much more unless I start opening some ports (frowned upon). What solutions hav

Re: [twitter-dev] Getting Started

2011-02-16 Thread Dan
Taylor, Thanks for the quick response. I made the change you suggested to the app registration and am actually seeing expected results. Regards -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/En

Re: [twitter-dev] Getting Started

2011-02-17 Thread Dan
Does anyone have a working example of using the jtwitter library using callbacks? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Ch

Re: [twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Dan
This example finally made sense of the whole thing and now I am up and running. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Chang

[twitter-dev] Search API vs Phoenix search (speed of indexing)

2011-02-25 Thread Dan
treaming-api-from-javascript-with-a ) but that is only for "proofs of concept" right now, and there is no way of using oauth. Cheers Dan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhanceme

[twitter-dev] OAuth API calls not succeeding for APIs *always* requiring authentication - "Incorrect Signature"

2010-03-16 Thread Dan B
unforgiving, so I'm surprised that it seems to half work... Is this the right forum for this question? I would be grateful for any wise counsel! Dan B

Re: [twitter-dev] Re: Basic Auth Deprecation

2010-04-14 Thread Dan Checkoway
got a whole lot of passwords. Completely non-secure. I'm not even sure why basic auth ever gained any sort of acceptance. Switching off basic auth and onto something like OAuth, any of your users who value their privacy will thank you! 1 for deprecating basic auth. Dan On Wed, Ap

[twitter-dev] Re: @anywhere sign in button disappearing

2010-04-15 Thread Dan Webb
Hi Aral, So the connect button disappears entirely after you've connected? If you reply with steps to reproduce we can look in to it. Thanks, Dan On Apr 15, 8:48 am, Aral Balkan wrote: > Definitely seeing it disappear while logged into a different account. Not > sure if some oAuth

[twitter-dev] Re: twitter.User.current.data is not a function

2010-04-15 Thread Dan Webb
The way to acheive this best would be: twttr.anywhere(function(twitter) { if (twitter.isConnected()) { alert(ttwitter.currentUser.data('screen_name')); } else { twitter("#connectArea").connectButton({size: "large"}); } }); Thanks, Dan On Apr 1

Re: [twitter-dev] jQuery being loaded multiple times using @anywhere

2010-04-16 Thread Dan Webb
erver that exists in a hidden iframe. A large amount of users will have google's jQuery cached so it doesn't slow performance too much. That being said we will continue to tune @anywhere and removing external dependencies will be something we'll definitely be looking at. Thanks, Dan

Re: [twitter-dev] Re: parent.twttr.anywhere._signedOutCookiePresent

2010-04-16 Thread Dan Webb
Apologies for this. There was an issue with our CDN causing this which we've now fixed. It's not related to cookies. Thanks, Dan On Fri, Apr 16, 2010 at 2:54 PM, Jon wrote: > I was getting that same error earlier. Clearing out my cookies seemed > to fix it, but doesn'

[twitter-dev] GET list memberships paging is broken?

2010-04-17 Thread Dan Checkoway
re if that's a related issue, or an intentional thing that has also affected the API, or what. Anyway, can twitter please fix paging on the "GET list memberships" API? Thanks, Dan Checkoway -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-17 Thread Dan Checkoway
+1 on needing this fix. Sorry for the duplicate report of this issue I slapped in another thread this morning. Thanks, Dan On Sat, Apr 17, 2010 at 12:04 PM, Mark McBride wrote: > Yes. A fix has been identified, and should be deployed in a few days > > Sent from mobile device > &

Re: [twitter-dev] @anywhere in Safari4/Mac - wont work

2010-05-12 Thread Dan Webb
rds in my Blog (Link below). It seems that > Safari is blocking all requests to Twitter, so is there a way to fix that (or > to duplicate hovercard functionality)? > -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] Re: Verify user connect with @anywhere?

2010-05-12 Thread Dan Webb
I but you can pull > the twttr_anywhere cookie which contains an access token. > https://api.twitter.com/1/account/verify_credentials.xml?oauth_access_token=xyz > Abraham -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-16 Thread Dan Webb
is throwing this same error in older browsers, including Chrome > 3.0.195. -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
y still some browsers getting the issue. I think we'll use console.info to display these message instead of an alert. We wanted to let developers know that they needed a clientID in the most noticable way but to avoid unintended annoyance of users we'll move to console.log. Thanks,

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
On Wed, May 19, 2010 at 11:48 AM, Damon Clinkscales wrote: > On Wed, May 19, 2010 at 1:41 PM, Dan Webb wrote: >> On Wed, May 19, 2010 at 11:27 AM, Steve C wrote: > Just wondering...does TwitPic have a bug or misconfiguration or is > this an @anywhere bug? Javascript errors at s

Re: [twitter-dev] Re: alert() in anywhere.js

2010-05-19 Thread Dan Webb
le.log's presence before trying use it. However, the final solution is going to use a simple throw() Thanks, -- Dan Webb Front-end Engineer, Platform d...@twitter.com / @danwrong +1 415 425 5631

[twitter-dev] Do i need to create an app

2010-05-27 Thread dan nenws
, should i create an app and then recode the way the CMS works to post to twitter using OAuth? im assuming i would need to create a callback page etc to get the authorization details that i would need is this correct? any help would be most appreciated thanks Dan

[twitter-dev] Re: Bulk id -> screen_name resolution.

2009-05-31 Thread Dan Brickley
ave common REST API for external services who can provide this information. You can probably get it from google social graph API too, for example. Dan

[twitter-dev] Re: Change the link of the source [My App]

2009-06-08 Thread Dan Boger
Don't know about Jony, but I haven't been able to figure out how to update my app's basic auth source param. Is there a way to do it? Trying to update twirssi to point to http://twirssi.com. Basically gave up on it, seems the only thing I can do is register a new source? Dan (@

[twitter-dev] Re: Twitpocalypse Announcement

2009-06-12 Thread Dan Udey
They're bumping it up so that if you're doing something silly (like using an unsigned integer to store the ID), you can find out and fix it. For an automatically incrementing ID, using a signed integer makes no sense, so this is a good chance for shortsighted developers to find and fix their bugs.

[twitter-dev] #IranElection - postpone downtime?

2009-06-15 Thread Dan Brickley
(sorry this is a bit offtopic, but hey...) http://twitter.com/#search?q=%23IranElection Seems a lot of comments today suggesting that the planned downtime is unfortunately scheduled, given the role twitter is playing in reporting events from Iran. Can the downtime be postponed? Dan

[twitter-dev] follwers ids and friends ids

2009-08-02 Thread Dan Kurszewski
should at least have some results. Could someone please let me know what I am doing wrong? Dan

[twitter-dev] Please Help - Brand New (403) Forbidden Errors

2009-08-03 Thread Dan Kurszewski
I have all of a sudden started getting "The remote server returned an error: (403) Forbidden" any time I try to destroy a friend or add a friend. This all worked fine for the past couple of days. Can anyone explain what might be happening? Thanks, Dan

[twitter-dev] Re: Please Help - Brand New (403) Forbidden Errors

2009-08-04 Thread Dan Kurszewski
This is Basic Auth. Dan

[twitter-dev] Re: Please Help - Brand New (403) Forbidden Errors

2009-08-04 Thread Dan Kurszewski
Here is what is happening. I am trying to create an app that runs on my desktop. It does a friendships/destroy on people that have chosen not to follow me and does a friendships/create on people who are following me that I have yet to follow. This is supposed to be similar to Twitter Karma. Be

[twitter-dev] Re: Please Help - Brand New (403) Forbidden Errors

2009-08-04 Thread Dan Kurszewski
Does anyone know the limit to friendship create/destroy calls per hour, per day, etc? There has to be a number out there somewhere. If I knew this number than I could have a counter that stops once the limit is reached. Thanks, Dan

[twitter-dev] Question About Post Commands

2009-08-06 Thread Dan Kurszewski
Does anyone know if there is a way with VB.Net or C# to login to twitter, call 100 post commands, and then logout? Here is my code for making a single post command in VB.Net. As you can see every time I call this function it has to login. I would love to have an array of url's and/or data that

[twitter-dev] Re: Question About Post Commands

2009-08-07 Thread Dan Kurszewski
calls? Thanks, Dan

[twitter-dev] Re: Invalid / used nonce

2009-08-11 Thread Dan Borthwick
For our app, we successfully call request_token from our server. When we then call statuses/update from the client, we get a 401 'Invalid / used nonce' response. If the request_token call comes directly from the client, the update call succeeds. The nonces have been sanity checked and are definit

[twitter-dev] Latest post missing in Restful call, present in RSS

2010-01-21 Thread Dan Maharry
Hi, Strange little problem here. A friend's last tweet is up on his twitter page at twitter.com/climate_threat and is present in the RSS, but on calling Twitter's RESTful API, the tweet is missing (http:// api.twitter.com/1/statuses/user_timeline/climate_threat.xml). Any idea why this might be th

Re: [twitter-dev] Re: Snowflake: An update and some very important information

2010-10-19 Thread Dan Checkoway
I'm also patiently awaiting a response from twitter about this. Are the ids sane for 64-bit *signed* long? Dan On Mon, Oct 18, 2010 at 9:08 PM, jon wrote: > Hi, > > You wrote that the IDs are "unsigned" 64 bit ints, but the IdWorker is > pumping out java Longs whic

[twitter-dev] 4294967295

2010-12-14 Thread Dan Checkoway
ely on the twitter4j list, but I wanted to raise the issue here since the root cause is twitter sending the weird value. Thanks, Dan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tra

Re: [twitter-dev] 4294967295

2010-12-14 Thread Dan Checkoway
f(Integer.java:553) at twitter4j.internal.util.ParseUtil.getInt(ParseUtil.java:120) at twitter4j.UserJSONImpl.init(UserJSONImpl.java:103) Thanks, Dan On Tue, Dec 14, 2010 at 6:42 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Understandable, Dan. > > Can you tell me the last

Re: [twitter-dev] 4294967295

2010-12-14 Thread Dan Checkoway
ite a tool to detect and highlight the issue. Short of that, I'll try watching the sample stream for a while to see if the same issue pops up there. Will report any findings... Thanks, Dan On Tue, Dec 14, 2010 at 6:19 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote:

Re: [twitter-dev] 4294967295

2010-12-17 Thread Dan Checkoway
.next(StatusStreamImpl.java:89) at twitter4j.TwitterStream$StreamHandlingThread.run(TwitterStream.java:529) Any idea what's going on and/or when it might be fixed? Thanks, Dan On Tue, Dec 14, 2010 at 8:10 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Thanks! T

[twitter-dev] firehose exception: "the end of stream has been reached"

2010-12-17 Thread Dan Checkoway
d it? Is the likely cause on twitter's side, or could something on the client side be causing this? Thanks, Dan -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/

Re: [twitter-dev] firehose exception: "the end of stream has been reached"

2010-12-20 Thread Dan Checkoway
s is NOT an issue all the time. And since I posted this the other day, the problem has gone away as mysteriously as it arrived. But it does happen from time to time. When everything else on my app's end is steady-state, the flying fickle finger of blame points to twitter... :-) Thanks, Dan O

Re: [twitter-dev] 4294967295

2010-12-22 Thread Dan Checkoway
know what the listed count is"? What happens if/when -4 starts popping out? I realize this is pretty low priority, but it's still a bug... Thanks, Dan On Fri, Dec 17, 2010 at 7:17 AM, Dan Checkoway wrote: > Check this out...today sometime between 4:01:43 AM PST and 4:01:53 AM PS

Re: [twitter-dev] 4294967295

2010-12-23 Thread Dan Checkoway
Cool, I appreciate the response. I forgot to mention, although you guys probably know this by now...originally it was just the firehose on which we saw those funky values, but lately we've been seeing them in the wild as well. Thanks again, Taylor. Dan On Wed, Dec 22, 2010 at 10:56 PM, T

Re: [twitter-dev] twurl with streaming API?

2010-12-26 Thread Dan Checkoway
Matt, Thanks for the --no-ssl trick, much appreciated! That was staring me right in the face with the --help output and I still managed not to see it. No worries, I'm only trying to use twurl for a test. We do use twitter4j for live firehose access. Thanks, Dan On Sun, Dec 26, 2010 at

Redirect from POST?

2008-11-27 Thread Dan Phiffer
s is a bad idea for some reason? Thanks in advance, -Dan

Re: Redirect from POST?

2008-11-27 Thread Dan Phiffer
Oh wait, I think I can use iframes. Nevermind all that. On Nov 27, 11:57 am, Dan Phiffer <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been playing around with building a Twitter client in pure > Javascript and it's actually working better than I'd expe

Re: Twitter app user poaching

2009-01-27 Thread Dan Brickley
evelopers, as well as people using other apps. We all have different constraints and preferences, and exploring the different design possibilities is a healthy and natural thing... cheers, Dan -- http://danbri.org/

[twitter-dev] Re: Twitter Developer Nest - An event for our community

2009-02-20 Thread Dan Boger
IRC would be useful. In general, are there any twitter-dev channels floating around? (other than my #twirssi :) Dan On Fri, Feb 20, 2009 at 11:00, Alex Payne wrote: > > Seconding that. We'd love to be telepresent, even if just via an audio > stream or IRC or similar. > >

[twitter-dev] Re: paid pro accounts

2009-03-26 Thread Dan Brickley
etc") or just footer/boilerplate "sponsored by" links. Dan -- http://danbri.org/

[twitter-dev] Re: changing source URL

2009-03-31 Thread Dan Boger
ssage. So how would one go about updating the application entry? Dan (@zigdon) -- Dan Boger

Re: [twitter-dev] Re: Introducing the Follow Button

2011-05-31 Thread Dan Webb
outside of the button. We also have malware detection in place so we can quickly shut down abusive sites. Thanks, -- Dan Webb Technical Lead, Twitter For Websites d...@twitter.com / @danwrong -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter

[twitter-dev] Incorrect Retweet Responses

2009-11-25 Thread Dan Deming-Henes
n the same results. Also, not sure if it's any help, but looking at the incorrect response (attached below), I noticed that there is no ID for the retweet. Perhaps this has something to do with why it's getting returned? Hope this can get fixed soon. Dan - The Incorrect Re

Re: Followings & Updates not coming from AP

2008-12-10 Thread Dan at Tivot
We are seing the exact same thing. Starting late last night, any attempt made as follows... https://twitter.com/users/show/{USER}.xml ... Are missing the elements for friends and status updates. Not showing a zero. The elements are just missing from the response. Twhirl is showing zeros for