Re: [twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-16 Thread Scott Wilcox
Highly unlikely. At the present time it's either the Streaming API or using GNIP. I don't believe there are any use cases where they would provide you with elevated Streaming API access to the level you desire. Sent from my iPhone On 16 Mar 2011, at 04:23, manusis ra...@manusis.com wrote:

[twitter-dev] Re: Signature generation issue

2011-03-16 Thread lappynet
Yep, that's exactly what my token request looks like, but I get 401 every time... :( On Mar 15, 10:47 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Georgina, I'm sure you're pretty close to figuring this out. A few tips when you've gotten to this point: - Make sure that

[twitter-dev] Re: Twitter group API

2011-03-16 Thread Ken D.
er, there might be.. For Group substitute list. Maximum is 500 followers/list. If they are following you, you can message them. Where's the problem? On Mar 15, 9:25 pm, Tim Haines tmhai...@gmail.com wrote: No, there's not. On Tue, Mar 15, 2011 at 1:03 PM, Richard fireston...@gmail.com wrote:

[twitter-dev] Starting point for blocks/blocking data?

2011-03-16 Thread Gerry Mulvenna
Can anybody tell me if there is a cut-off date for the data returned by the blocks/blocking API call? A few early-adopter Twitter users who have tried my tool http://blockedby.me are reporting that they expected their list of blocked users to be much bigger, so I'm speculating that Twitter is

[twitter-dev] Retweets and Mentions not returning for few accounts

2011-03-16 Thread DR.Smartbridge
Hi, In an application where integration is in place, we are using Twitterizer API to get the list of Tweets, Retweets and Mentions using oAuth authentication. For few accounts, using Twitterizer API Tweets are returning but Retweets and Mentions are not being returned and for few accounts we are

[twitter-dev] HTTP response - length field

2011-03-16 Thread sureshkm
Hi, I've been using http://api.twitter.com/1/statuses/ friends_timeline.xml to get the tweets for a particular account. Most of the time, i get the #tweets 1 less than the given count. The response carries the length parameter which has value -1. What does it mean? Example: for the request with

[twitter-dev] How to send tweets from multiple accounts without having to login

2011-03-16 Thread Laddi
HI, I have registered application on http://dev.twitter.com/. Now please tell how to send tweets from multiple accounts without having to login. Thanks satinder singh hundal -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Look up user's friends/followers who have authenticated your app?

2011-03-16 Thread Dukeman330
Is there a way to specifically do a search for a user's friends/ followers who have allowed access to your particular app? Right now my approach is to store twitter uid's in a database whenever people authenticate, grab the user's friends/followers, and compare it against that database. This

[twitter-dev] Is it possible to programmatically create Twitter accounts?

2011-03-16 Thread Nimisha
Hi, Can I create a twitter account using the API? Thanks, Nimisha -- 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 Change your

[twitter-dev] User Search

2011-03-16 Thread arnaud
Hello everybody, i try to make a little app wich use the twitter API. I get the access token and i want to make a user search but i can't find the good url. I tried this : http://api.twitter.com/1/users/show.xml? screen_name=dougw just to know if it works and i get this : ?xml version=1.0

[twitter-dev] Search/Query a user list

2011-03-16 Thread jslor
Hi, Is there a way to search statuses in an user list by keywords? I came up with the following solutions but I hope there is a better way of doing this: Using REST and search API: Get members from the defined list using the REST API. Create a query with all usernames of the members seperated

[twitter-dev] Re: How to send tweets from multiple accounts without having to login

2011-03-16 Thread Ken D.
You will have stored the tokens for those accounts that you control and on behalf of which you want to send Tweets. You no longer need to authenticate via Twitter, just be logged in to your own system. You can use a form that includes a SELECT tag allowing the choice of account to use when

Re: [twitter-dev] Is it possible to programmatically create Twitter accounts?

2011-03-16 Thread Scott Wilcox
At present, no. On 16 Mar 2011, at 10:37, Nimisha wrote: Hi, Can I create a twitter account using the API? Thanks, Nimisha -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Look up user's friends/followers who have authenticated your app?

2011-03-16 Thread Scott Wilcox
At present there are no endpoints that can provide this. You would have to use your manual approach to achieve this. On 16 Mar 2011, at 08:57, Dukeman330 wrote: Is there a way to specifically do a search for a user's friends/ followers who have allowed access to your particular app? Right

[twitter-dev] - Each http request (home tweet) json data count

2011-03-16 Thread Georgooty varghese
Dear Twitter, I have implemented a twitter client in C. I have used xAuth authentication. I have used pagination for each http request for home page/user time line request. Please look the below url, this was used for getting home tweets

Re: [twitter-dev] - Each http request (home tweet) json data count

2011-03-16 Thread Taylor Singletary
Hi George, The count parameter on timelines is more of an up to parameter -- you should get no more than the count value, but you won't be guaranteed exactly the number you asked for either. For legacy reasons, most timeline methods don't include retweets in the default response. By adding the

Re: [twitter-dev] - Each http request (home tweet) json data count

2011-03-16 Thread Georgooty varghese
Thanks Taylor .. I shall check it, Regards, George On Wed, Mar 16, 2011 at 8:05 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi George, The count parameter on timelines is more of an up to parameter -- you should get no more than the count value, but you won't be guaranteed

[twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-16 Thread Ryan Sarver (@rsarver)
We should have been more clear, but elevated levels of streaming was included in the previous statement about ending the whitelisting program. There are open levels for each stream or you can contact Gnip if you are looking for elevated access for the purposes of data analysis. Also as we stated

[twitter-dev] twitter verified

2011-03-16 Thread Dean Collins
Who is responsible for Twitter verified? I have someone who I'm helping out with some Facebook stuff who just told me this is no longer possible to get accounts twitter verified. Yes you would have heard of them - yes it's appropriate to get this account verified. Regards, Dean

Re: [twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-16 Thread M. Edward (Ed) Borasky
On Wed, 16 Mar 2011 09:10:13 -0700 (PDT), Ryan Sarver (@rsarver) ryan.sar...@gmail.com wrote: Also as we stated before, you can use User Streams or Site Streams and get more data by getting more users to authorize your application. Ryan, it's not as simple as getting more users to authorize

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-16 Thread Steve Eley
On Mar 11, 4:18 pm, Ryan Sarver rsar...@twitter.com wrote: With more people joining Twitter and accessing the service in multiple ways, a consistent user experience is more crucial than ever.  As we talked about last April, this was our motivation for buying Tweetie and developing our own

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-16 Thread jwinkle
@steveE: You've made a fantastic argument. The official reasoning stated in the original message is clearly contradictory as you point out...I think any jury would tilt their heads on that cross-x. I've been sitting on this for a few days and can only make some distant observations. Being