[twitter-dev] Re: Dynamic redirect URL after OAuth login

2009-11-11 Thread Michael Steuer
Please read the documentation and look for the oauth_callback parameter... Don't forget to pass the oauth_verifier... On 11/11/09 11:16 PM, "Amitab" wrote: > > Hi, > > Is there a way to support dynamic URLs being loaded after OAuth login? > > My website has multiple URLs from where a user

[twitter-dev] Dynamic redirect URL after OAuth login

2009-11-11 Thread Amitab
Hi, Is there a way to support dynamic URLs being loaded after OAuth login? My website has multiple URLs from where a user can sign-in. I want the user to come back to same Url where they were before clicking on the Sign_in button. Can I ask Twitter OAuth to redirect to an Url of my choice by sup

[twitter-dev] Finding tweets from Zipcode

2009-11-11 Thread dhaval
Hey all Is there any way I can get all the tweets from a zipcode? Eg:- all the tweets from 10019 Let me know if I can do that. Thanks

[twitter-dev] Re: Since_ID and Search Problem

2009-11-11 Thread Brian Morearty
I've been seeing this problem for the last couple of weeks too. I thought I was going crazy. Most of the time when I do a search with since_id, it returns zero results. My searches always include "to:screenname" in addition to since_id. For example: With since_id: curl "http://api.twitter.com/1/

[twitter-dev] Re: OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread Mark McBride
We have identified the issue and deployed a fix. Please let us know if you continue to see high error rates on oauth URLs. ---Mark On Wed, Nov 11, 2009 at 3:54 PM, John Kalucki wrote: > > We're looking into the 500s on oAuth requests. > > > -John Kalucki > http://twitter.com/jkalucki > Servi

[twitter-dev] Re: Retrieving infomation from twitter search api

2009-11-11 Thread pipigu85
Yes so was thinking something went wrong with the code that results in it ommitting out those response with the double quotation Tried to print out the items retrieved. When i reach here while (eventReader.hasNext()) { XMLEvent event = eventReader.nextEvent(); Tried System.out

[twitter-dev] Re: Retrieving infomation from twitter search api

2009-11-11 Thread Andrew Badera
So, is the message complete in the raw XML response but not after the Java toCharacters() call? ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Wed, Nov 11, 2009 at 7:35 PM, pip

[twitter-dev] Re: Retrieving infomation from twitter search api

2009-11-11 Thread pipigu85
the raw file is in atom format and looks like this: tag:search.twitter.com,2005:5607828675 2009-11-11T02:43:13Z http://twitter.com/green_stormroqr/ statuses/5607828675" rel="alternate"/> just voted "Selena Gomez" on "Who's your favorite Disney star?"! Vote now ➤ http://bit.ly/o2wGh jus

[twitter-dev] Twitter message with html entities get truncated

2009-11-11 Thread mndasher
I store my content in a MySQL database. The website is using PHP. Data fields are encoded so that html tags are using entities; i.e. =

When I query the database I decode the entities, and then strip the tags. That works fine. But some entities don't get converted. So   causes a problem for


[twitter-dev] Re: Streaming apis for follows/following?

2009-11-11 Thread John Kalucki
We've thought about it, scoped it, and been careful to build various components in such a way to eventually trivially support streaming social graph changes over the Streaming API. This data would probably lead to very interesting things, and we're excited about the possibilities. But, social grap

[twitter-dev] Getting protected user followers

2009-11-11 Thread bobrik
Hi folks, I own @unfollowr bot and it needs to get its followers followers by social graph methods, but some users have protected updates and twitter gives me 401 error. I don't understand why do I can view user followers on the web and can't do that via api call? User followers are public anyway.

[twitter-dev] Re: OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread John Kalucki
We're looking into the 500s on oAuth requests. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Nov 11, 3:39 pm, Sean wrote: > Getting the same thing, 500's from access token requests. > > This is affecting all of our new users. > > Any insight would be lovely! > > Sean > P

[twitter-dev] Streaming apis for follows/following?

2009-11-11 Thread Steve Farrell
Hey, Have you guys given any thought to a streaming api for follows/ following? So, specifically, you'd name a set of people (or get a firehose), and you'd get pushed a notification in real time every time a one of those users follows / is followed? Of course, one could generalize such a feature

[twitter-dev] Re: OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread Sean
Getting the same thing, 500's from access token requests. This is affecting all of our new users. Any insight would be lovely! Sean Ping.fm On Nov 11, 12:29 pm, Yu-Shan Fung wrote: > Hi All, > > I've been getting a high number of 500 errors (about 50% of the time > yesterday) after user authe

[twitter-dev] Re: MGTwitterEngine - anyone added list support yet?

2009-11-11 Thread Zac Bowling
My opinions are more from using an older version of it and things may have changed in the last few months. They never used to give a source (an object handle or ID or anything that could hold on too) that gave you and idea of the account the data was coming from to your callback delegate (made ver

[twitter-dev] Re: MGTwitterEngine - anyone added list support yet?

2009-11-11 Thread Tim Haines
Hey Zac, That's what I decided to do too. Interested in your point of concern given as an example though. MGTwitterEngine gives you a UUID for each request right? So you should be dropping those into an array for your tracking purposes so you know where they came from and what for (and which ac

[twitter-dev] Re: MGTwitterEngine - anyone added list support yet?

2009-11-11 Thread Zac Bowling
I give mgtwitterengine credit for being there (was there for me in a snap once) and being there first for cocoa devs to drop in, but there are some nasties to it. It's async callback/delegate pattern is odd (try supporting multiple accounts with it and you understand quickly that you don't where th

[twitter-dev] Re: Weird Twitter Search Behaviour

2009-11-11 Thread John Kalucki
Contact support, all of your statuses are excluded from Search. All seems well and correct at first glance. On Nov 11, 10:57 am, Zehra Nasif wrote: > I am aware of thehttp://bit.ly/5EmmcI think there is a bug in > Twitter search algorithm. Please see my latest tweets > -

[twitter-dev] Re: GET list members/subscribers - variant that returns ids only?

2009-11-11 Thread Marcel Molina
Yup. Ids everywhere of everything! On Wed, Nov 11, 2009 at 11:23 AM, Steve Farrell wrote: > > That's great news! > > An analogous request: how about getting a set of list ids instead of > list objects for subscriptions/memberships? > > On Nov 11, 11:18 am, Marcel Molina wrote: >> This has been

[twitter-dev] Re: Weird Twitter Search Behaviour

2009-11-11 Thread Zehra Nasif
I am aware of the http://bit.ly/5Emmc I think there is a bug in Twitter search algorithm. Please see my latest tweets -- Well, if @shitmydadsays is not being filtered by Twitter geniuses, WTF are they looking for to filter? I am ANNOYED as hell. about 1 hour ago from web hm

[twitter-dev] Re: GET list members/subscribers - variant that returns ids only?

2009-11-11 Thread Steve Farrell
That's great news! An analogous request: how about getting a set of list ids instead of list objects for subscriptions/memberships? On Nov 11, 11:18 am, Marcel Molina wrote: > This has been brought up before and is on the list of things to > implement. Thanks for the suggestion. > > On Wed, Nov

[twitter-dev] Re: /statuses/retweets_of_me resource does not have the retweet_status element

2009-11-11 Thread Michael Ivey
Hmm. So if /statuses/retweets only shows the first 100 retweets, and /statuses/retweets_of_me doesn't show who did the retweeting, there's no way to see everyone who retweeted a popular message? That's a pretty big problem for us. Are there ways to lift the 100 limit on /statuses/retweets? John,

[twitter-dev] Re: GET list members/subscribers - variant that returns ids only?

2009-11-11 Thread Marcel Molina
This has been brought up before and is on the list of things to implement. Thanks for the suggestion. On Wed, Nov 11, 2009 at 12:11 AM, Steve Farrell wrote: > > The social graph methods that return a list of ids are very simple and > efficient.  For example: > http://apiwiki.twitter.com/Twitter

[twitter-dev] Re: /statuses/retweets_of_me resource does not have the retweet_status element

2009-11-11 Thread Marcel Molina
I believe in this case the documentation is just incorrect. The status timeline of retweets_of_me is my original tweets that have been retweeted. I'll update the docs to reflect that. On Tue, Nov 10, 2009 at 7:11 PM, Michael Ivey (@ivey) wrote: > > Marcel, et al > > I'm working on bringing our R

[twitter-dev] Re: Weird Twitter Search Behaviour

2009-11-11 Thread John Kalucki
http://help.twitter.com/forums/10713/entries/42646 On Nov 11, 9:54 am, Zehra Nasif wrote: > Twitter programmer crew;what is the logic behind that my hashtags > arent showing in search results and others' do. My tweets arent > protected. My account is ZN_Moment.

[twitter-dev] OAuth success but getting intermittent 500 Internal Server Error requesting access token

2009-11-11 Thread Yu-Shan Fung
Hi All, I've been getting a high number of 500 errors (about 50% of the time yesterday) after user authenticated via oauth, and I try to get the access token from twitter. The weird thing is that the error is not consistent, and the exact same code/setup works about half the time, with the same te

[twitter-dev] Weird Twitter Search Behaviour

2009-11-11 Thread Zehra Nasif
Twitter programmer crew;what is the logic behind that my hashtags arent showing in search results and others' do. My tweets arent protected. My account is ZN_Moment.

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread John Kalucki
Search is aware of the need for a retweet operator, but the feature is unscheduled and completely speculative. In any case, Search will become less useful for this sort of repetitive complete corpus search. If you need all of something, or a sample of something, you should be moving to the Stream

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread Yaniv Golan
Thanks John, this means that my app won't work anymore! streaming api makes my life very hard hence i need to search for links and then extract them, this is very resource demanding to do on the fly while with search API i can search then extract and then search again i could use queue system but

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread John Kalucki
Retweets do not modify the original text in any way. There is no RT to search upon. There is a feed of all public retweets on the Streaming API, but it is not generally available. Instead, you can request a sample of all statuses and filter for those that are retweets. -John Kalucki http://twitt

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread Yaniv Golan
and now i hear from someone who already has the new RT that statuses aren't prefixed! so are they or aren't they prefixed? I'd love to get formal answer or reference to formal info on this On Nov 11, 6:58 pm, Yaniv Golan wrote: > oh... > that's cool :) > Thanks i really got wםrried for a sec >

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread Yaniv Golan
oh... that's cool :) Thanks i really got wםrried for a sec On Nov 11, 5:08 pm, Walter Smulders wrote: > With the retweet function the status text will still be prefixed with > RT > > On Nov 11, 11:59 am, Yaniv Golan wrote: > > > Hi > > I'm using twitter search API to search statuses with retwee

[twitter-dev] Re: Retrieving infomation from twitter search api

2009-11-11 Thread Andrew Badera
What does the RAW XML response look like? Reduce variables. Examine your inputs. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Wed, Nov 11, 2009 at 1:15 AM, pipigu85 wrote:

[twitter-dev] Re: the new retweet feature might break my app

2009-11-11 Thread Walter Smulders
With the retweet function the status text will still be prefixed with RT On Nov 11, 11:59 am, Yaniv Golan wrote: > Hi > I'm using twitter search API to search statuses with retweet > expressions (e.g RT VIA) with the link filter > i search the documentation over and over but i can't find any sol

[twitter-dev] Re: direct messages to lists

2009-11-11 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcus Better wrote: > So, a tweet by user X, directed to a list L, Sorry, that didn't make sense. Let's try again: A tweet by user X directed to list L (of which X is a member), shows up in the timeline of L, but not in the friends_timeline of any

[twitter-dev] Re: Retrieving infomation from twitter search api

2009-11-11 Thread pipigu85
I'm not sure. The code is basically what i put with it getting some other data like the date, link. All seems fine except this ommitting content problem. Even when i change to event.toString() in place of asCharacters(), it still ommits out the information so it should not be due to asCharacters(

[twitter-dev] Re: direct messages to lists

2009-11-11 Thread jmathai
That's what we offer at PubliciTweet. Create groups (now we're integrating with lists) and send DMs to the group. http://publicitweet.com On Nov 10, 11:32 am, Dale Folla MeDia wrote: > Andrew, Great idea...should be easy enough...just display all the lists and > have an "opt in" button for eac

[twitter-dev] Problems with authentication [Java/Scala, Apache HttpClient]

2009-11-11 Thread Ted Neward
I’ve written a Twitter client library in Scala (a JVM-based object/functional language) that uses Apache HttpClient to connect to the Twitter servers, but now (while at a conference here in Munich) the Basic HTTP authentication fails with a 401 and no other error message that I can see. The HttpCli

[twitter-dev] the new retweet feature might break my app

2009-11-11 Thread Yaniv Golan
Hi I'm using twitter search API to search statuses with retweet expressions (e.g RT VIA) with the link filter i search the documentation over and over but i can't find any solution to what will happen after the retweet will rollout completely (the retweet expressions as we knew them will disappear

[twitter-dev] GET list members/subscribers - variant that returns ids only?

2009-11-11 Thread Steve Farrell
The social graph methods that return a list of ids are very simple and efficient. For example: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friends%C2%A0ids. Are there plans for offering analogous queries for Lists? The existing functions for paging through user *objects* using cursor