Re: [twitter-dev] Re: Recent Places-related API enhancements more to come...

2010-06-22 Thread znmeb
Quoting David Helder da...@twitter.com: The geo field is the user's (or tweet's) exact location. The place field, whether a POI, neighborhood, city, or admin, contains the place's location. Today POIs are always points, but in the future there may be some polygons (e.g. stadiums, malls,

[twitter-dev] Display most recent post, load previous on click

2010-06-22 Thread Andy Joe
At a prototype wordpress site I'm building, I've got a twitter bird, and when you hover over that bird, a speech bubble pops up (which has some placement issues still in safari but looks fine in firefox). Inside that speech bubble I want my most recent tweet to display. But when I click on the

[twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread Josh Santangelo
For example, this query: https://search.twitter.com/search.atom?q=microsoft+OR+#ms+OR+lnk.ms+OR+msft+OR+#surfacepage=1rpp=100result_type=recent Is there any way to get a larger number of results per page? thanks, -josh

[twitter-dev] Re: trivial doubt

2010-06-22 Thread André Lima
any suggestion of what I'm doing wrong here?? On 21 jun, 22:00, André Luís Moura Lima azdr3mi...@gmail.com wrote: Hello everybody, I'm doing some tests with twitter widget profile...i do everything right on the site,copy the resulting code to my html,but the twitter widget is not shown,it

Re: [twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread John Kalucki
Try a less complex query, and you should get more results. On Mon, Jun 21, 2010 at 8:39 PM, Josh Santangelo j...@endquote.com wrote: For example, this query: https://search.twitter.com/search.atom?q=microsoft+OR+#ms+OR+lnk.ms+OR+msft+OR+#surfacepage=1rpp=100result_type=recent Is there any

[twitter-dev] Incredibly slow graph processing

2010-06-22 Thread Jesse Stay
Right now it's taking forever to get through an entire followers list of someone with over 50,000 followers. It used to be much faster. Did I miss an announcement somewhere about API issues or response times? Thanks, Jesse

[twitter-dev] Twitter Oauth Integration

2010-06-22 Thread Anil kumar M.S
Hi All, Can you please help me in integrating Oauth to our app , thanks Anilkumar

Re: [twitter-dev] how to get original profile image url via API?

2010-06-22 Thread Taylor Singletary
Hi John, There's no way to get the absolute original image url using the Twitter API. Thanks, Taylor On Mon, Jun 21, 2010 at 10:27 PM, John munz...@gmail.com wrote: Is there a way to get the original image url using the twitter API? Heres an example image:

Re: [twitter-dev] Incredibly slow graph processing

2010-06-22 Thread Taylor Singletary
Hi Jesse, As has been mentioned on the Twitter blog ( http://blog.twitter.com/2010/06/whats-happening-with-twitter.html ) and the status blog ( http://status.twitter.com/ ) we've been having some ups and downs lately, both with the World Cup and general networking issues with our servers. We're

[twitter-dev] Re: trivial doubt

2010-06-22 Thread themattharris
Hi André, Looking at your code it looks like you have added the line: id : 'twitterdiv' but forgotten to put the comma after it. If you add the comma the widget will work. Matt You don't need the div id = twitterdiv/div as the widget will automatically create that for you. On Jun 22, 6:25 

[twitter-dev] availability of API

2010-06-22 Thread mrinmoy
Hi, We need to perform following works from our site. 1. Authenticate User using API 2. Add user as my friend Is there APIs available for these? Please reply. Thanking in advance We are thinking like bellow. 1. User will click a link on my website. 2. A popup will open asking login id and

Re: [twitter-dev] availability of API

2010-06-22 Thread Taylor Singletary
Hi Mrinmoy, By add user as my friend are you meaning that you want to the user to be following your account? This is all possible with both the API and @Anywhere ( http://dev.twitter.com/anywhere ). If you went with an API-based integration, you'll need to implement OAuth for the authentication

[twitter-dev] Re: Twitter Oauth Integration

2010-06-22 Thread luisg
web or desktop? On Jun 22, 3:35 pm, Anil kumar M.S ms.anilkuma...@gmail.com wrote: Hi All, Can you please help me in integrating Oauth to our app  , thanks Anilkumar

[twitter-dev] Re: elliot haughin oAuth lib

2010-06-22 Thread luisg
Hello, I'm using that library with CI too, but I did test that option... what kind of issue? BTW, you can retweet or edit user profile using haughin oAuth lib? Thanks On Jun 15, 7:41 pm, Peter Denton petermden...@gmail.com wrote: Hello, Is anyone using elliot haughin oAuth lib for

Re: [twitter-dev] Incredibly slow graph processing

2010-06-22 Thread Jesse Stay
I've noticed slowness since weeks before the World Cup. Is that all part of the same issues you're fixing? I'm not complaining - just wanted to make sure this was logged as well so it got fixed as you guys try to revamp. (and good luck on all the fixes) I'm also trying to figure out what to

Re: [twitter-dev] Search API returns only 15 results, even if rpp=100?

2010-06-22 Thread Jonathan Reichhold
There are plenty of results for this, but your url is encoded incorrectly http://search.twitter.com/search.atom?q=microsoft+OR+%23ms+OR+lnk.ms+OR+msft+OR+%23surfacerpp=100 # is %23 in url-encoded form As the query exists it is microsoft OR with a page reference. Jonathan On Tue, Jun 22, 2010

Re: [twitter-dev] Re: Twitter Oauth Integration

2010-06-22 Thread John Sullivan
Anyone know about tweetstream buddypress not follwoing through to it's call back url all of asudden ? Thanks goes to a white page on the site On Tue, Jun 22, 2010 at 7:31 AM, luisg luisfmgoncal...@gmail.com wrote: web or desktop? On Jun 22, 3:35 pm, Anil kumar M.S ms.anilkuma...@gmail.com

[twitter-dev] Twitter Places Follow Up

2010-06-22 Thread ELB
The statuses/update API linked to (http://dev.twitter.com/doc/post/ statuses/update or http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0update) is the method that is used for an authenticated Twitter user to add his/her own new Tweet. (It's not a method of returning Tweets

[twitter-dev] @anywhere error checking

2010-06-22 Thread Drezden
Looking through the docs I'm struggling to find a way to detect errors and handle them correctly. For instance, I sometimes get a bad gateway error when Twitter is over capacity or I get an update.json error when there is a duplicate post. But I can only see these using developer tools, the

[twitter-dev] Re: Streaming API OAuth explanation?

2010-06-22 Thread Wil
I'm a bit dumbfounded here... I've been trying to login to stream.twitter.com using OAuth (particularly, I've been trying to access http://stream.twitter.com/1/statuses/filter.json?follow=). I used the access keys obtained from https://api.twitter.com/oauth/access_token however, I've been

[twitter-dev] Whats wrong? Cant update profile image

2010-06-22 Thread man
Its small class for twitter /** * Twitter API abstract class * @package twitterlibphp */ abstract class TwitterBase { /** * the last HTTP status code returned * @access private * @var integer */ private $http_status; /** *

[twitter-dev] Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread maestrojed
You can pre-populate a tweet by doing something like: a href=http://twitter.com/home?status=I am asking a question on stackoverflowhttp://twitter.com/home?status=I am asking a question on stackoverflow/a If you want to use a hashtag you have to urlencode it a href=http://

Re: [twitter-dev] Re: Streaming API OAuth explanation?

2010-06-22 Thread John Kalucki
OAuth should work fine on stream.twitter.com -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc. On Tue, Jun 22, 2010 at 10:00 AM, Wil willi...@gmail.com wrote: I'm a bit dumbfounded here... I've been trying to login to stream.twitter.com using OAuth (particularly, I've

[twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Tom
Hi all, I'm trying to write a simple Twitter client but so far I'm not making a lot of progress. I already got as far as retrieving the timeline, but I seem to be unable to sign the request. When I re-calculate the signature with a different application, it's exactly the same. Yet Twitter

[twitter-dev] Anywhere - over the trending topic ?

2010-06-22 Thread Rahul
Here is the scenario. I have list of trending topics on my page. I want if user hovers over any of the trending topic a small popup should slide below and list top 10 tweets for that trend. Is there any javascript provided by twitter to do such thing or else i need to get rolling and create

[twitter-dev] How to compute the user list membership count

2010-06-22 Thread Alfredo Artiles
Hi, Is there any way to count the user lists membership other than iterating with the /:user/lists/memberships method? All the best, --- Alfredo http://e24apps.com fd1b63583b fd1b63583b

[twitter-dev] Re: Which IETF standard has the year appearing after the time?

2010-06-22 Thread Peter Cross
Thanks for the explanation. It's easy enough to parse, it just seemed so bizarre (and I was having a bad oAuth day!). -ZPC On Jun 21, 4:37 pm, themattharris thematthar...@twitter.com wrote: The time format is a little weird and as far as I know, doesn't match any RFC. Instead it matches the

Re: [twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Taylor Singletary
Hi Tom, I'm happy to help diagnose this, but need a couple pieces more information -- you may want to use more fake details to make this process easy for me to replicate -- in addition to the access token, the access token secret would be necessary to recreate this request (are you utilizing the

Re: [twitter-dev] Re: Which IETF standard has the year appearing after the time?

2010-06-22 Thread Daniel Atik
*Question:* I'm tweeting throught twitter for iPhone and geotagging each tweet. When I try this search API query http://search.twitter.com/search.json?geocode=-33.4135,-70.5999,10miq=danielatik http://search.twitter.com/search.json?geocode=-33.4135,-70.5999,10miq=danielatikI cannot see GEO lat,

Re: [twitter-dev] Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread Matt Harris
You want to make sure you URL encode the entire status you are sending, including the spaces. That being said the hashtag is dropped so that's a bug at our end. Can you file it on http://code.google.com/p/twitter-api/issuesand i'll pass it onto the team. Thanks, Matt On Tue, Jun 22, 2010 at

Re: [twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Dustin Shea
I'm having the same issue with my client. Debug information: URL: http://api.twitter.com/1/statuses/home_timeline.json Oauth Token: 6339722-C6ciVM1DS5dsbezoxX25K2DM0LDysexMD0QDm28s Oauth Token Secret: XRLC2XcJ1gpPd3qyOHR9szIWs1OXMOkY3NljpM36Vo Consumer Key: CabFljpBvebzTnWpsUtw Consumer Secret:

[twitter-dev] Twitter backup script

2010-06-22 Thread Kai Hendry
Hello everyone, I wrote a twitter backup script for shell geeks like myself. I would appreciate review and any constructive comments: http://twitter.natalian.org/hgweb.cgi/file/tip/fetch-tweets.sh Where can I find http://api.twitter.com/1/statuses/user_timeline.xml on

[twitter-dev] api.twitter.com/1/search.* is no longer functional, use search.twitter.com/search instead

2010-06-22 Thread Taylor Singletary
Hi Everyone, As we warned back in May ( http://bit.ly/9vBx5m ), we've now removed Search API access from our undocumented endpoint at api.twitter.com. If you're using the Search API, all of your requests should be sent to http://search.twitter.com/search instead. For those using

[twitter-dev] Multiple users with the same screen name?

2010-06-22 Thread Adam Fortuna
A user recently joined our system that ran into a bit of a problem. It seems like there are multiple accounts with the same screen name, but with different IDs. Here are the two accounts in question for this. view-source:http://api.twitter.com/1/users/show.xml?id=34455954

Re: [twitter-dev] Multiple users with the same screen name?

2010-06-22 Thread Taylor Singletary
Hi Adam, I'm taking a look and will get back to you with findings. This is certainly an odd case that shouldn't generally happen. Thanks, Taylor On Tue, Jun 22, 2010 at 4:22 PM, Adam Fortuna adamjfort...@gmail.comwrote: A user recently joined our system that ran into a bit of a problem. It

Re: [twitter-dev] Re: trivial doubt

2010-06-22 Thread André Luís Moura Lima
Matt, I added the comma,but the widget is not rendering at all.What's happening here?? 2010/6/22 themattharris thematthar...@twitter.com Hi André, Looking at your code it looks like you have added the line: id : 'twitterdiv' but forgotten to put the comma after it. If you add the comma

[twitter-dev] Re: Hashtags in prepopulated status's when the user was not logged in

2010-06-22 Thread maestrojed
Thanks Matt, I submitted an issue on the Google Code page. On Jun 22, 11:56 am, Matt Harris thematthar...@twitter.com wrote: You want to make sure you URL encode the entire status you are sending, including the spaces. That being said the hashtag is dropped so that's a bug at our end. Can you

Re: [twitter-dev] Re: trivial doubt

2010-06-22 Thread Peter Denton
Hi Andre this works for me: script src='http://widgets.twimg.com/j/2/widget.js'/script script new TWTR.Widget({ version: 2, type: 'profile', rpp: 10, interval: 6000, width: 200, height: 300, theme: { shell: { background: '#f3f3f3', color: '#425e6a' }, tweets: {

Re: [twitter-dev] Re: trivial doubt

2010-06-22 Thread Matt Harris
Hi André, Could you check you don't have javascript disabled? I know it sounds funny but I want to make sure it didn't get disabled. Otherwise, try copying and pasting the widget code fresh from our site and putting it between htmlbodyUnedited Widget Code/body/html See if that works for you Matt