[twitter-dev] Re: oauth just to post status

2009-05-14 Thread jmathai
Create an application (http://twitter.com/oauth) and then post using your consumer key/secret. Blog posts if needed: http://www.jaisenmathai.com/blog/2009/03/31/how-to-quickly-integrate-with-twitters-oauth-api-using-php/

[twitter-dev] Re: API FAQ can be reached in office but cann't at home

2009-05-14 Thread Abraham Williams
On Wed, May 13, 2009 at 22:23, Coonay fla...@gmail.com wrote: is apiwiki.twitter.com just a workplace for twitter.com api hosted by pbworks? Yes. so it's the problem with pbwork.com,not with twitter.com? Probably. -- Abraham Williams | http://the.hackerconundrum.com Hacker |

[twitter-dev] Re: replies blog post clarification...

2009-05-14 Thread Abraham Williams
When I changed my username from @poseurtech to @abraham all of the @replies continued to point to my user_id. My assumption is you will still see the tweet as the @reply seems to be tied to accounts not usernames. On Wed, May 13, 2009 at 21:37, Zac Bowling zbowl...@gmail.com wrote: Riddle me

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-14 Thread Marco Kaiser
2009/5/13 John Kalucki jkalu...@gmail.com I'll attempt to answer these questions, but I can only do so with some speculation and humble ignorance. 1) OAuth allows clients to authenticate with the Twitter REST API via third-party services. These services should not also need to interact

[twitter-dev] Re: API Changes for May 11, 2009

2009-05-14 Thread rlamfink
Using the blocks/blocking API, the page parameter has no effect. I always get the first page, no matter what page number is in the URL parameter. Also I don't get just 20 users in the list as the documentation says. I get more.

[twitter-dev] Rate Limits - statuses/friends vs statuses/followers

2009-05-14 Thread TweetClean
I have setup an IP whitelist account on my development machine. In order to work on throttling, I have a test machine that is using a different IP and I am using a different twitter account. I am developing this application in Visual Basic.net from visual studio 2008. When I perform a request

[twitter-dev] Re: oauth just to post status

2009-05-14 Thread surya sravanthi
hi, I forgot to mention that I am using Twitter4j-2.0.3 version in jar. ?This does not contain twitter.setAccessToken(accessToken); in its file. So, I am facing a problem in assigning stored(or say even for the first time) accessToken to twiiter object... Can you suggest me how to solve this

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-14 Thread John Kalucki
Damon, Interesting use cases are starting to pop up! For now, yes, the concurrent connection limit applies to all resources. If you want streams for various sets of users, we'd ask that you just set up one stream and multiplex all your requests over the same connection. You'll have to do the

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-14 Thread John Kalucki
Marco, Once again, I beg patience with my ignorance of Twitter's larger authentication plans. For the time being, the primary use for Hosebird is delivering streams to partners, data analyzers, and other developers looking to experiment with statuses in a way that the purpose-built REST API

[twitter-dev] Re: New Public Streaming API Resource - Follow

2009-05-14 Thread Marco Kaiser
John, I have all the patience you need ;-) 2009/5/14 John Kalucki jkalu...@gmail.com Marco, Once again, I beg patience with my ignorance of Twitter's larger authentication plans. For the time being, the primary use for Hosebird is delivering streams to partners, data analyzers, and

[twitter-dev] statuses/updates : unable to set source parameter

2009-05-14 Thread Nicolas Pene
Hi, I'm working on a twitter client for Unix/Linux terminals (using Curl.) I have a problem with it, I can't chang the source parameter when I'm sending tweets. Few days ago, I have register my application on the following url : http://twitter.com/oauth_clients but the problem is the same. Here is

[twitter-dev] Re: statuses/updates : unable to set source parameter

2009-05-14 Thread Chad Etzel
If you register an OAuth app, you must make an OAuth call in order for the source to show up. Registering/using new sources for Basic Auth calls has been depricated, but older sources still work (which is why twitterfeed works for you). You'll need to make OAuth calls to see your source

[twitter-dev] Data mining feed stuck with old results

2009-05-14 Thread Ianiv Schweber
Our data mining feed is stuck with items from about 20 hours ago: created_atWed May 13 18:59:26 + 2009/created_at Search and other timelines seem fine. Thanks, Ianiv Schweber NowPublic.com

[twitter-dev] Re: Data mining feed stuck with old results

2009-05-14 Thread Doug Williams
We've were notified of this late yesterday (there is a Google Code issue). I've opened an internal ticket to have this taken care fixed. In the mean time, you can take a look at the /spritzer Streaming API method to receive push data :) Search the archives for information if this news. Thanks,

[twitter-dev] Re: Data mining feed stuck with old results

2009-05-14 Thread Doug Williams
s/to have this taken care fixed/to have this fixed/; Woops, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, May 14, 2009 at 9:11 AM, Doug Williams d...@twitter.com wrote: We've were notified of this late yesterday (there is a Google Code issue). I've opened

[twitter-dev] Re: API Changes for May 11, 2009

2009-05-14 Thread Doug Williams
Can you open an issue for this so we can track it? I'll take a look today. Thanks, Doug On Thu, May 14, 2009 at 3:34 AM, rlamfink randylf...@comcast.net wrote: Using the blocks/blocking API, the page parameter has no effect. I always get the first page, no matter what page number is in the

[twitter-dev] Re: Regex for @replies

2009-05-14 Thread Tim Rosenblatt
Hey Craig, We found an addition to this. Your regex is great, but it doesn't limit the length of screen names. Twitter doesn't allow signups greater than 15 chars (but in tweets, it will actually link up to 20 chars). So, @abcdefghijklmnopqrstuvwxyz will be linked out to @abcdefghijklmnopqrst

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread Patrick Burrows
That's awesome, AJ. Though it hurts me in the opinion-of-humanity part of my brain to learn how heavily represented American Idol is on that list. -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically -Original Message- From:

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-05-14 Thread David Troyer
I would just like to put in my two cents that I think this has to be addressed before basic auth is taken away. I am currently developing a mobile app that would not be possible with oauth. David Troyer On Apr 20, 1:29 am, Doug Williams d...@twitter.com wrote: Jeff, We are still thinking

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-05-14 Thread Doug Williams
David, That is our intention, as mentioned in past discussion and documented on the FAQ: http://apiwiki.twitter.com/FAQ#WhenwillTwittersupportOAuthhttp://apiwiki.twitter.com/FAQ Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw On Thu, May 14, 2009 at 10:21 AM,

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread AJ Chen
Yes, the daily hot topics may surprise many people. I could not believe what I saw when the system went online for the first time a few months ago. If you are used to reading tech news or WSJ, you may get a shock. The daily conversations on twitter, and probably other social networking sites, are

[twitter-dev] Re: Can Somebody Help Me Setup My Twitter API?

2009-05-14 Thread Nick Arnett
On Thu, May 14, 2009 at 10:53 AM, J... celebur...@gmail.com wrote: Hello Twitter API Group, I am a novice programmer who would like to experiment with the Twitter API, however I have spent the last week attempting to setup the API What language are you using? Nick

[twitter-dev] Re: statuses/updates : unable to set source parameter

2009-05-14 Thread Don Fenice
thank you for the answer. I tried to use OAuth, but I haven't found any application or example for curl (the command line version of curl) On 14 mai, 17:15, Chad Etzel jazzyc...@gmail.com wrote: If you register an OAuth app, you must make an OAuth call in order for the source to show up.  

[twitter-dev] Re: Can Somebody Help Me Setup My Twitter API?

2009-05-14 Thread Patrick Burrows
If you just have general questions, I'm sure you could simply ask this list for free. For instance: as long as you have a twitter account, there is nothing else you need to access the API. Have you tried using some of the curl command line statements that are on documented on most (all?)

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread Patrick Burrows
It would be interesting to try and automatically categorize the information as well. I had intended to add Bayesian categorization functionality to Categorical.ly, eventually. But that would be more categorization of an individual user's tweets based on categories they set up. It would be

[twitter-dev] How do you store Twitter profiles in your database?

2009-05-14 Thread Arik Fraimovich
I came to the point in my application development, that I need to start caching profiles. I guess that many of you already doing such caching and can share some tips from your experience. Basically what I thought about is to store the cached profiles in a DB table. What I wasn't sure about is

[twitter-dev] Unscheduled downtime

2009-05-14 Thread Doug Williams
Please see the status blog: http://status.twitter.com/post/107824532/unplanned-downtime Thanks, Doug -- Doug Williams Twitter Platform Support http://twitter.com/dougw

[twitter-dev] Re: How do you store Twitter profiles in your database?

2009-05-14 Thread Patrick Burrows
I think number 2 is the only good option here (and it is what I do.) The problem with storing serialized data (such as JSON) in a database is that if the schema changes, now you need to know what the original schema version was of the data in the database in order to deserialize it. The schema

[twitter-dev] verify_credentials how do i extract values from array in php?

2009-05-14 Thread TonyHawley
Hi, i want to be able to print specific values from the verify_credentials.xml after a user has successful login. The problem im having i haven't a clue how to print individual values from the returned user array. Im using this code to get user info, but i cant echo single parts of the array

[twitter-dev] Re: Bad Celebrity Search Results

2009-05-14 Thread rob
I just tried this with the API, and it seems to work for Diddy: feed://twitter.com/statuses/user_timeline.atom?screen_name=iamdiddy And Shaq: feed://twitter.com/statuses/user_timeline.atom?screen_name=THE_REAL_SHAQ On May 13, 10:18 pm, Brendan O'Connor breno...@gmail.com wrote: i wanted

[twitter-dev] Re: verify_credentials how do i extract values from array in php?

2009-05-14 Thread Abraham Williams
echo $user_info['name'] On Thu, May 14, 2009 at 16:03, TonyHawley parabe...@gmail.com wrote: Hi, i want to be able to print specific values from the verify_credentials.xml after a user has successful login. The problem im having i haven't a clue how to print individual values from the

[twitter-dev] Re: statuses/updates : unable to set source parameter

2009-05-14 Thread Abraham Williams
Twitter may approve a source parameter for a command line application. Email a...@twitter.com and explain why OAuth won't work for you. On Thu, May 14, 2009 at 13:28, Don Fenice nicolas.p...@gmail.com wrote: thank you for the answer. I tried to use OAuth, but I haven't found any application

[twitter-dev] Re: verify_credentials how do i extract values from array in php?

2009-05-14 Thread TonyHawley
Thanks for your reply, i tried that and its returns a left arrow no username? i tried with other parameters aswell location, screen_name etc, still no joy? I am actaully using your library Abraham, but totally baffled, ive been on this for almost 2 days now, what do you think im doing wrong?

[twitter-dev] Re: verify_credentials how do i extract values from array in php?

2009-05-14 Thread Abraham Williams
So I think you are actually treating the simplexml object as an array. $user_info-name might work. I personally use json instead of xml and then you can do: $user_info = $to-OAuthRequest(' https://twitter.com/account/verify_credentials.json', array(), 'GET'); $user_info =

[twitter-dev] Re: verify_credentials how do i extract values from array in php?

2009-05-14 Thread TonyHawley
Thanks, i fixed it using the following $user_info = $to-OAuthRequest('https://twitter.com/account/ verify_credentials.json', array(), 'GET'); $user_info = json_decode($user_info); echo $user_info-screen_name; On 15 May, 00:02, Abraham Williams 4bra...@gmail.com wrote: So I think you are

[twitter-dev] Re: How do you store Twitter profiles in your database?

2009-05-14 Thread weex
Option two. That's what I do as well for Tweet Scan user search. Database fields should be atomic and I bet the profile schema doesn't change in a way that breaks your (properly coded) script for a long while.

[twitter-dev] How To: Remove Follower

2009-05-14 Thread TweetClean
I see that there is the ability to remove people I am following using the friendships/destroy API call. How do I remove someone who is following me? I am sure it is right in front of my eyes but I am not making any connections. TweetClean Robert Cristello

[twitter-dev] Data Mining timeline is empty

2009-05-14 Thread elversatile
I have Data Mining public timeline returning empty statuses node (in XML). It was stuck for 30 or so hours before (just like for everybody else), but now I'm not getting anything back. Is this a general problem for everybody you guys are working on, is it something specific to my account?

[twitter-dev] Re: oAuth Usage Question

2009-05-14 Thread sravanthisurya
Hi, I am trying to build a code which tries to read the direct messages and replies from the users account as he(user) gives the OAuth access permissions to the application(without giving passwords). I am using Twitter4j-2.0.3 version in jar. I saw that this does not contain