[twitter-dev] Re: oauth_callback help

2009-11-25 Thread jmathai
Without having tested it, I wouldn't be surprised if the callback url needs to be on the same domain as the url specified in application settings. Have you tried using a callback url to a random page on the domain of the application setting url? On Nov 24, 5:38 pm, Duane Roelands

[twitter-dev] Re: Get Twitter User Details on url click

2009-11-25 Thread jmathai
Assuming you're talking about the url from your profile on twitter.com Don't know of a way to do this. You don't have access to twitter.com cookies and the referer is not really valuable here. On Nov 24, 3:09 am, Varun_EnableM avarunkumarsi...@gmail.com wrote: I want to track twitter name

[twitter-dev] Re: oauth_callback help

2009-11-25 Thread Duane Roelands
If that's true, then that would make testing/development very difficult, if not impossible. On Nov 25, 4:04 am, jmathai jmat...@gmail.com wrote: Without having tested it, I wouldn't be surprised if the callback url needs to be on the same domain as the url specified in application settings.

[twitter-dev] Adding more languages to lang parameter in Search API

2009-11-25 Thread Toma Tasovac
Hi there. I am working on a WordNet-based Serbian-English dictionary (part of Transpoetika Project at the Belgrade Center for Digital Humanities, http://humanistika.org) I've implemented a LiveQuote system with Twitter, where we get most recent tweets exemplifying the use of a given dictionary

[twitter-dev] Re: crossdomain

2009-11-25 Thread bytespider
Is it possible to use pre-flighting? Sending the OPTIONS method first with the request we intend on performing, and api.twitter.com responding with the appropriate response code if they deem our transaction safe? http://www.w3.org/TR/access-control/ On Nov 7, 4:38 pm, Raffi Krikorian

[twitter-dev] Re: getting Twitter client type

2009-11-25 Thread Ken
Perhaps he meant, can we search for tweets by the status.source attribute? For example, to display tweets posted through our own app... On Nov 24, 7:39 pm, Raffi Krikorian ra...@twitter.com wrote: you need to use OAuth to get client attribution. Hello, I am new to Twitter development. Is

[twitter-dev] Migrating followers

2009-11-25 Thread Iain
Hi Is it possible to migrate followers from one commercial brand page to another commercial brand page? Both pages are owned and maintained by the same commercial brand? thanks Iain

Re: [twitter-dev] Migrating followers

2009-11-25 Thread TJ Luoma
On Wed, Nov 25, 2009 at 7:37 AM, Iain scotland.digi...@mediacom.com wrote: Hi Is it possible to migrate followers from one commercial brand page to another commercial brand page? Both pages are owned and maintained by the same commercial brand? Do you mean They were following Twitter user X

[twitter-dev] Twitter4J 2.1.0-SNAPSHOT now supports official RetweetMethods, performs better, works better on Android

2009-11-25 Thread Yusuke Yamamoto
Hi all, I finally managed to get Twitter4J using JSON APIs. There have been performance and character omission problems on Android platform. Now they're gone. Please give it a try and let me know if you found anything wrong. - JavaDoc

[twitter-dev] Tweets not found on search

2009-11-25 Thread bepeppered
Hi, why i can't find my postet tweets on twitter search... The profile: ilmenaubrennt. I can't find this tweet, if i search #ilmenau But the last tweet has the word #ilmenau Tweets from posterous worked Protect my search is not chosen... greetz david

Re: [twitter-dev] Tweets not found on search

2009-11-25 Thread Raffi Krikorian
not all tweets appear in twitter search -- twitter search filters tweets for quality, relevance, etc. Hi, why i can't find my postet tweets on twitter search... The profile: ilmenaubrennt. I can't find this tweet, if i search #ilmenau But the last tweet has the word #ilmenau

[twitter-dev] Re: oauth_callback help

2009-11-25 Thread timwhitlock
I was under the impression that although oauth_callback is in the OAuth standard, this parameter is not implement by Twitter. I create multiple apps for development, staging, and live - and maintain seprate deployment configs with the respective keys.

Re: [twitter-dev] Re: getting Twitter client type

2009-11-25 Thread Abraham Williams
You can search by sources using the source search operator. Example: http://search.twitter.com/search?q=news+source:twitterfeed As for getting a source. If you mean getting a new source that you can use while creating tweets. As Raffi said you must use OAuth. If you mean getting the source that

[twitter-dev] Sudden OAuth failures from a specific IP address

2009-11-25 Thread timwhitlock
Has anyone found their existing code suddenly getting OAuth failures? I'm getting a 401 (Failed to validate oauth signature and token) Normally I'd assume that I've been an idiot and screwed up my code - Except that the code is unchanged from yesterday when it was working perfectly. I've also had

[twitter-dev] Twitter PHP + CentOS

2009-11-25 Thread aztroboy
Hello there! I'm using a PHP Twitter OAuth library (twitter.abrah.am), and it works perfect on Windows: the php script looks asks twitter for an auth token. However, as soon as I put the same script on CentOS (with its default httpd service), it won't give any auth tokens at all. The script uses

[twitter-dev] Getting Not Found when trying to Delete List subscription using list id and oauth

2009-11-25 Thread Mark Ellul
HI, I have code working to remove subscriptions using list uris working, but have a use case where I need to delete a subscription with the list id. /1/mark_ellul/561510/subscribers.json?.. where mark_ellul is my name, and 561510 is the list I am trying to unsubscribe from (which is owned by

Re: [twitter-dev] Tweets not found on search

2009-11-25 Thread TJ Luoma
On Wed, Nov 25, 2009 at 11:34 AM, Raffi Krikorian ra...@twitter.com wrote: not all tweets appear in twitter search -- twitter search filters tweets for quality, relevance, etc. Not to mention that some people are simply excluded altogether for no known reason.

Re: [twitter-dev] oauth_callback help

2009-11-25 Thread Abraham Williams
Twitter supports OAuth 1.0a wich specifies that oauth_callback be included in the signed request to https://twitter.com/oauth/request_token. The response from twitter will include the request token as well as oauth_callback_confirmed=true. Any domain should work as well as special mobile URLs.

[twitter-dev] Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
Hi everyone, I have a question regarding the search API. Take a look at these two tweets return from the API. { * location: Santa Clara, CA * geo: null } { * location: iPhone: 37.313690,-122.022911 * geo: null } { * location: ÜT: 37.293106,-121.969004 * geo: null }

[twitter-dev] Re: getting Twitter client type

2009-11-25 Thread Ken
Thanks for pointing that out - use of the source parameter is not mentioned in the API docs. Still, I am unable to search _only_ by the source parameter. Doing so results in the following error: [error]You must enter a query.[/error]. Any way around this? For certain apps we are working on,

[twitter-dev] Incorrect Retweet Responses

2009-11-25 Thread Dan Deming-Henes
I'm working to integrate support for official retweets in my app, but I'm running into issues. I believe I'm getting incorrect responses from Twitter. When successful I get the correct response (info about a new tweet that is a retweet of the original tweet). However, when I ask to retweet a

Re: [twitter-dev] Regarding the search API based on Geo location

2009-11-25 Thread Raffi Krikorian
hi! i think you're confusing two different things here. the location is what is set in the user's account settings (https://twitter.com/account/settings ) if it is not a geotweet. the geo tag is set if the tweet is sent using the geotagging API. the number of geotweets (tweets sent

Re: [twitter-dev] Re: Twitter app marked inactive?

2009-11-25 Thread Zac Bowling
I hope OAuth suspensions are rare in general. It could drive a few devs back to Basic Auth if they fear disconnection. :-) Zac Bowling On Tue, Nov 24, 2009 at 6:46 PM, Andrew Badera and...@badera.us wrote: Gotcha, thanks for the info Brian. ∞ Andy Badera On Tue, Nov 24, 2009 at 7:48 PM,

Re: [twitter-dev] Re: Twitter app marked inactive?

2009-11-25 Thread Zac Bowling
I hope OAuth suspensions are rare in general. Wouldn't want to drive any devs back to Basic Auth if they fear disconnection. :-) Zac Bowling On Tue, Nov 24, 2009 at 6:46 PM, Andrew Badera and...@badera.us wrote: Gotcha, thanks for the info Brian. ∞ Andy Badera On Tue, Nov 24, 2009 at

[twitter-dev] Re: Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
I'm not sure if I successfully reply to this post. I'm sorry if I made duplicate reply. Yes, thanks for your help. I'm only interested in tweets have valid geo location like: location:37.818300,-122.245000 So I can push it on map. I'm curious how does some twitter clients like TweetMap and

[twitter-dev] Re: Regarding the search API based on Geo location

2009-11-25 Thread Steven Nieh
Yes Thanks a lot for your reply. I'm curious how client like tweetie and tweetmap does in their application. For example, the nearby feature in tweetie looks pretty good. It can drop more than 20 pins on each load; however, I can't get that many results from the api search with valid location

[twitter-dev] Testing whitelisted IP

2009-11-25 Thread shiplu
If I send the following query to twitter from my whitelisted IP I get X-RateLimit-Limi: 150. Shouldn't it be 20,000 ? $ curl -i 'http://twitter.com/search.json?q=Intel' HTTP/1.1 200 OK Date: Wed, 25 Nov 2009 20:57:24 GMT Server: hi X-RateLimit-Limit: 150 X-Transaction: 1259182644-48393-13844

[twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Peter Denton
Hello Everyone, After speaking with many developers, its apparent many people do not know which apps/services in the twitter ecosystem offer API's, accessible data, have widgets, etc for other developers to use in their projects. Does your app have an API, Accessible Data or Widgets? If so,

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread jmathai
Check the versions of software you're using. CentOS likes to make you jump through hoops in order to get newer software. Namely, check your PHP version. On Nov 25, 9:08 am, aztroboy jbasur...@gmail.com wrote: Hello there! I'm using a PHP Twitter OAuth library (twitter.abrah.am), and it works

Re: [twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Abraham Williams
Awesome. Submitted Interset's [1] API. Can't wait to see the full list. Abraham [1] http://intersect.labs.poseurtech.com/ On Wed, Nov 25, 2009 at 17:17, Peter Denton petermden...@gmail.com wrote: Hello Everyone, After speaking with many developers, its apparent many people do not know which

Re: [twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Cameron Kaiser
After speaking with many developers, its apparent many people do not know which apps/services in the twitter ecosystem offer API's, accessible data, have widgets, etc for other developers to use in their projects. When you say apps, do you mean web apps, or client apps? TTYtter has its own API

[twitter-dev] Delphi

2009-11-25 Thread John Meyer
Is there anybody out there working on a Delphi/Pascal library to access Twitter?

Re: [twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Peter Denton
Hi Cameron Both web and client. The end goal is to just have a resource devs can quickly check to see if there's an API or service available to use. Also if you want me to add categories, I'd can add anything else people would want to know. Thanks Peter On Nov 25, 2009, at 4:13 PM,

[twitter-dev] Re: Sudden OAuth failures from a specific IP address

2009-11-25 Thread timwhitlock
Since writing this I have tried the same code from my machine at home and all works fine.

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread aztroboy
Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies Not bad, now I updated PHP to its lastest version: [r...@twirelezz ~]# php -v PHP 5.3.1

Re: [twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Cameron Kaiser
Both web and client. The end goal is to just have a resource devs can quickly check to see if there's an API or service available to use. Okay, done. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com *

Re: [twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread Michael Steuer
Create a page that prints out phpinfo(). See if the curl module is active in your php On Nov 25, 2009, at 5:19 PM, aztroboy jbasur...@gmail.com wrote: Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr 7 2009 08:00:04) Copyright (c) 1997-2006 The PHP

[twitter-dev] I guess there is a bug in this API: POST /:user/:id/members

2009-11-25 Thread Klaus
I guess there is a bug in this API: POST /:user/:id/members when on web, if I'm not following a guy who has protected his tweets, I don't have a way to add this guy to any of my lists. however, I can do this through API method. Even tho this guy protects his tweets, he's been added to my lists.

Re: [twitter-dev] Sudden OAuth failures from a specific IP address

2009-11-25 Thread Ryan Sarver
Tim, can you provide us with your IP so we can look into it? Thanks, Ryan On Wednesday, November 25, 2009, timwhitlock tim.whitl...@publicreative.com wrote: Has anyone found their existing code suddenly getting OAuth failures? I'm getting a 401 (Failed to validate oauth signature and token)

[twitter-dev] Re: oauth Process flow and status Part 1

2009-11-25 Thread abruton
Thank you for the help. I'm still trying to get the first part to work... 1. The first step in the process, you will make a GET request to http://twitter.com/oauth/request_token;. In this request, you will need the following parameters in this specific order: oauth_consumer_key