[twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-17 Thread Karussell
sorry, once more again: With 'only in async' I meant tweets which were only retrieved via the streaming API but not via search API -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] username/lists/:id/statuses return 404 on protected user

2011-02-17 Thread Leon Meijer
Hello all, When I try to access the lists of a user via the API username/lists/id_of_users_list/statuses of a protected user, the API returns a 404 - Not Found error, shouldn't this be a 403 Access Denied or 401 Unauthorized ? Regards, Leon Meijer @TheNerdsOnline -- Twitter

[twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-17 Thread Karussell
Hi Matt, sorry for being unspecific. By 'only in async' I meant tweets which were only found by the streaming API ('asynchronous retrieval') but were not in the search results ** Why are they missing when using search API? Also can you give an example of what you mean by a long Tweet. I

[twitter-dev] display user's profile image - definitive answer?

2011-02-17 Thread del
Hi All, New to the forum, apologies if I'm covering old ground. I've done a search but can't find a definitive answer: I'm trying to develop a simple page that will display the last 25 of my twitter feed. All I want to display is each user's profile image (thumbnail) and their tweet. While I am

[twitter-dev] Re: Streaming Api returning tweets with NULL value for object place

2011-02-17 Thread Eric Charles
Same question here. Eric On Feb 17, 12:59 am, aci acicartag...@gmail.com wrote: Hello, I am using the streaming api in order to be able to save tweets that uses the geoJSON place key of the returned json object. Tt was working fine last Tuesday, Feb 15, But now, there seems to be a problem

[twitter-dev] Re: display user's profile image - definitive answer?

2011-02-17 Thread Ken D.
A couple of months ago, the consensus seemed to be to use tweetimag.es with user id, like so: http://img.tweetimag.es/i/8970972_o Ken On Feb 17, 1:16 pm, del del1...@googlemail.com wrote: Hi All, New to the forum, apologies if I'm covering old ground. I've done a search but can't find a

[twitter-dev] Re: display user's profile image - definitive answer?

2011-02-17 Thread David Giamanco
I'm guessing you want to show the last 25 tweets of twitter users that you follow. If so, then you should use statuses/friends_timeline. The url is: http://api.twitter.com/1/statuses/friends_timeline.json Hopefully this helps. - David Giamanco -- Twitter developer documentation and

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

2011-02-17 Thread Adamantus
I'm using the Twitter OAuth API to try and submit tweets from my site's code. I have the example up and running on localhost and everything works great and I can submit tweets but it goes through a login stage first. Is there a way to bypass this? Basically I just want to tweet to my account

Re: [twitter-dev] Re: Streaming Api returning tweets with NULL value for object place

2011-02-17 Thread Matt Harris
Hi Eric and Aci, Do you have some example tweets showing what you mean? Thanks, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Feb 16, 2011 at 11:22 PM, Eric Charles eric.umg.char...@gmail.comwrote: Same question here. Eric On Feb 17, 12:59 am, aci

Re: [twitter-dev] Re: Streaming Api returning tweets with NULL value for object place

2011-02-17 Thread Augusto Santos
We are reporting similar problem at this thread http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8fbab48c3172b88d# and got no answer from twitter dev team. Need more information? I can give some if needed. On Thu, Feb 17, 2011 at 3:31 PM, Matt Harris

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

2011-02-17 Thread Scott Wilcox
Use the 'My Access Token' provided in your App page at http://dev.twitter.com which will negate the need to go through the OAuth dance. Scott. On 17 Feb 2011, at 17:25, Adamantus wrote: I'm using the Twitter OAuth API to try and submit tweets from my site's code. I have the example up and

Re: [twitter-dev] Re: display user's profile image - definitive answer?

2011-02-17 Thread Matt Harris
Hey Del, David, The API request for doing this is /1/statuses/home_timeline but this is for your viewing only. You must not use that timeline to render Tweets on a public website. The reason for this is your home_timeline could contain Tweets from protected users that you follow, and displaying

Re: [twitter-dev] Re: Streaming Api returning tweets with NULL value for object place

2011-02-17 Thread Matt Harris
Our support team confirms that Tweeting with locations is disabled at the moment. https://twitter.com/#!/Support/status/37747170618785793 When the service is restored @support will post an update. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Thu, Feb

Re: [twitter-dev] Re: Problem with Streaming API location filter

2011-02-17 Thread Matt Harris
Cross posting this reply as it is relevant. Our support team confirms that Tweeting with locations is disabled at the moment. http://twitter.com/Support/status/37747170618785793 When the service is restored @support will post an update. Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: Problem with Streaming API location filter

2011-02-17 Thread Augusto Santos
I think the right link might be https://twitter.com/#!/Support/status/38295036303122432 it's a 2 day delayed post, but ok. On Thu, Feb 17, 2011 at 3:49 PM, Matt Harris thematthar...@twitter.comwrote: Cross posting this reply as it is relevant. Our support team confirms that Tweeting with

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

2011-02-17 Thread Adamantus
Thanks Scott. I found the token from that page but I get Could not authenticate you when I try and use it. Do you happen to know where I might get some code or tutorial which would explain how to use the tokens from the site? -- Twitter developer documentation and resources:

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

2011-02-17 Thread Abraham Williams
Here is pretty much the simplest code to post a new status: https://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On

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

2011-02-17 Thread Adamantus
Genius, thanks Abraham that worked great, and so simple. -- 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 membership to

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

2011-02-17 Thread Patrick Kennedy
I'd also like to add that if you want to start *reading* tweets, which is probably inevitable, you should configure your local test server as local.dev vice localhost (mapping 127.0.0.1 to local.dev in addition to localhost). On Feb 17, 2:17 pm, Adamantus dan.cottre...@gmail.com wrote: Genius,

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

2011-02-17 Thread ritesh ranjan
Hi Abraham, Thanks for your explanation in such a very easy way. I am using the same url https://gist.github.com/564882 and after download the file, I am just getting only the code of Twitter.php, but it also requires the require_once('twitteroauth.php'), so My question is from where I can find

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

2011-02-17 Thread Abraham Williams
Look at the comments at the top of twitter.php. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Thu, Feb 17, 2011 at 12:26, ritesh ranjan

[twitter-dev] /statuses/filter.json returns 401 with OAuth

2011-02-17 Thread Josiah Carlson
Long story short: I can access the REST API using OAuth without issue. I can access the streaming API using Basic Auth without issue. When I try to access the streaming API using OAuth, I get a 401 error. I filed a bug http://goo.gl/nXYg2, but was directed here and to the IRC channel. I posted

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

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

[twitter-dev] Geo Features Not Working?

2011-02-17 Thread David W
Anybody know why the geo features (tagging/searching) have been down for the past few days? I saw this tweet earlier today from @support We've re-enabled the tweeting from your location feature. http://twitter.com/#!/Support/status/38353466543980544 But a call to geo search:

[twitter-dev] Is it possible to get my friends' messages that have been retweeted by others?

2011-02-17 Thread Myung Jin Lee
Hello. I am just developing a simple application for analysis of tweet messages. But I cannot find a method that I want in Twitter API. Twitter statuses/retweets_of_me API returns my messages that have been retweeted by others. Like statuses/retweets_of_me API, is there any method or way that

[twitter-dev] Re: Feature Request: Share Box from Tweet button optimized for mobile device

2011-02-17 Thread Dales
Hi Kevin, +2 from me. We would put this little puppy on some big traffic mobile sites; carriers, publishers etc. Currently what is the easiset, cleanest solution for tweeting stories from smaller screens? Ideally not using JS. My guess is we: 1. produce our own version/s of a tweet button and

[twitter-dev] oaut token secret lengths

2011-02-17 Thread Tim Skipper
Is it still the case that the maximum size for an oauth token or secret is 50 characters? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Hunting trends in Twitter

2011-02-17 Thread deepvoid
I am researching a bit on how these sites work trends twitter? I wonder what possibilities you have to get to read tweets massively to be able to get links from sites, trends, keywords, etc ... Forms and techniques I talk really legal so to speak, because doing this kind of web mining understand