[twitter-dev] what's wrong with the search API?

2010-08-07 Thread bruce zhang
Hi,guys before I can get the target tweets from search API.but now it returns results as follow: what's wrong with the search API? stdClass Object ( [statuses] => Array ( [0] => 41071345445 [1] => 41071345451 [2] => 41071345461 [3]

[twitter-dev] List names - allowed characters

2010-08-07 Thread Ken
Can someone please confirm the allowed characters (and transforms) when creating new list names? We need to check whether a user already has a list with the proposed name. Unfortunately, the API doesn't return an error if the name already exists, instead naming the list, 'new-list-2', which our us

Re: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-07 Thread David Francisco Tavárez
In BB you can use Javascript or Java. If you like Java you can use TwitterAPIME, download it from here http://kenai.com/projects/twitterapime/pages/Home And this library is soported in Android. 2010/8/7 Bess : > If Twitter4J do not run on BB, which OAuth or xAuth lib do you use in > BB? > > There

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-07 Thread BBTweet Media Player
BB is J2ME but has some quirks that did not allow me to use the library I tired. I am just handling the twitter communication on my own. On Aug 7, 1:01 am, Bess wrote: > You need Twitter to approve before you can use xAuth. xAuth is > different than OAuth. > > Can I ask which xAuth library did y

[twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-07 Thread BBTweet Media Player
Yeah it may be possible to use a javascript library in you to a BlackBerry WebApp (not sure I did not really look into it). My app was written in java and I had already been doing all the twitter communication on my own. I was just having trouble transitioning off BASIC which Twitter is shutting

Re: [twitter-dev] OAuth singing on BlackBerry

2010-08-07 Thread David Francisco Tavárez
Why don't you use twitterapime? 2010/8/7, BBTweet Media Player : > BB is J2ME but has some quirks that did not allow me to use the > library I tired. I am just handling the twitter communication on my > own. > > On Aug 7, 1:01 am, Bess wrote: >> You need Twitter to approve before you can use xAu

[twitter-dev] Twitter Search API: tweet Source search

2010-08-07 Thread Sunny
Hi There, I am having an issue with the twitter search api. As you know, there is a provision to search for tweets originating from a certain source say q=landing+source:tweetie will search within all tweets coming from tweetie as a source. however when the source looks complex (not just one word)

Re: [twitter-dev] AS3 Support?

2010-08-07 Thread meaglith
http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation=" http://www.adobe.com/xml/schemas/PolicyFile.xsd";> It's twitter's crossdomain.xml file. You can use AIR/AS3 access the api, but couldn't access from other swfs hosting by other domain. -

[twitter-dev] Using @anywhere session credentials for REST API

2010-08-07 Thread knc
Hi, I am a little confused here. I am using @anywhere's (with the JS file include) to authenticate a user into my application. After this, let's say I would like to retrieve a list of the user's follower IDs - how do I do that? I'm guessing I need to use the REST API for this, but since the user is

[twitter-dev] Re: Callback URL not authorized issue

2010-08-07 Thread Steve
Its working fine now :) On Aug 7, 3:50 am, Dana Contreras wrote: > Hi Steve, > > Our OAuth implementation is very strict about host names and will not > authorize callbacks unless the host name matches exactly. In your > case, the www subdomain is the difference. > > You can make your @Anywhere a

Re: [twitter-dev] Re: BlackBerry, XAuth and twitterapime

2010-08-07 Thread kmbauer
Yes BlackBerry is Java ME, but it also has it's own API quirks and I was unable to get one of the existing libraries to work for me. I am doing the communication on my own. May app have been working fine using BASIC. I have just had a hard time moving it over to OAuth based. Sent via BlackBe

[twitter-dev] The remote server returned an error: (401) Unauthorized

2010-08-07 Thread Punit.khaire
Hi guys, I started to work on the twitter application .Our main task is to tweet messages using oAuth authentication. I am sending below request using GET method, http://api.twitter.com/oauth/request_token?oauth_callback=http://203.78.217.115/IssueManager/Login.asp&oauth_consumer_key=ilmsYrfa0Xj

[twitter-dev] Can we use localhost to tweet messages using oAuth authentication??

2010-08-07 Thread Punit.khaire
Can we use localhost to tweet messages using oAuth authentication??

Re: [twitter-dev] Callback URL not authorized issue

2010-08-07 Thread sri
hi steve ,can you please tell me how to insert api key in head section ,i am not able to do that ,please help me steve , my emailid is svelug...@gmail.com thnks in advance steve On Fri, Aug 6, 2010 at 11:26 PM, Steve wrote: > I have implemented @Anywhere on a web-page. I have registered an app

[twitter-dev] Re: How is this a solution?

2010-08-07 Thread @epc
On Aug 6, 2:45 pm, Julio Biason wrote: > I may sound pissed and I am: Twitter was build on top of open source > apps (like Rails and now Cassandra) and basically you guys are > slapping every other open source application that use your APIs in the > face. What's the approved open source solution

Re: [twitter-dev] Re: How is this a solution?

2010-08-07 Thread M. Edward (Ed) Borasky
Deploy your application as a server-based web application. It's not like that's difficult with frameworks like Rails, Django, CodeIgniter, ... -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul

Re: [twitter-dev] Twitter Search API: tweet Source search

2010-08-07 Thread Jonathan Reichhold
It should be source:mastercard_marketplace™_homeward_bound but not finding anything with that source. I.e. spaces are replaced with underscores. Jonathan On Fri, Aug 6, 2010 at 8:03 PM, Sunny wrote: > Hi There, > > I am having an issue with the twitter search api. As you know, there > is a pro

Re: [twitter-dev] Re: How is this a solution?

2010-08-07 Thread Julio Biason
On Sat, Aug 7, 2010 at 3:17 PM, M. Edward (Ed) Borasky wrote: > Deploy your application as a server-based web application. It's not like > that's difficult with frameworks like Rails, Django, CodeIgniter, ... And what if I have a desktop application? Should I just screw my users by either providi

[twitter-dev] Re: Can we use localhost to tweet messages using oAuth authentication??

2010-08-07 Thread Tom
Yes, you can. Any application that can sign oAuth requests can send tweets. Tom On Aug 7, 2:44 pm, "Punit.khaire" wrote: > Can we use localhost to tweet messages using oAuth authentication??

[twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-07 Thread Tom
How are you generating the signature? Tom On Aug 7, 2:43 pm, "Punit.khaire" wrote: > Hi guys, > > I started to work on the twitter application .Our main task is to > tweet messages using oAuth authentication. > > I am sending below request using GET method, > > http://api.twitter.com/oauth/requ

Re: [twitter-dev] Re: How is this a solution?

2010-08-07 Thread M. Edward (Ed) Borasky
Can't you open source everything *except* a module that deals with oAuth? Like a proprietary codec or proprietary wireless driver? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb "A mathematician is a device for turning coffee into theorems." - Paul Erdos Quotin

[twitter-dev] Re: How is this a solution?

2010-08-07 Thread marketingmaniac
twitter did this for 1 reason and only 1 reason,, sucks i know but they did this because of all the desktop and net applications that are mass sending messages,, parsing, you name it,, now they have controll to kill the key,, i think its a horrable solution because now all the developers will do i

[twitter-dev] Uploading a Profile Image help

2010-08-07 Thread marketingmaniac
i use to have this app that suddenly doesn't work anymore,, it use to work perfectly and now ,, hmm,, any help would be appreciated,, here is the code that update my users profile written in vb 2008/10 that worked flawlessly 'THE BUTTON I MADE TO INITIATE THE SUB CALLED UPLOADPROFILEIMAGE Privat

Re: [twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-07 Thread execut...@gmail.com
the link below is broken,, On Sat, Aug 7, 2010 at 4:44 PM, Tom wrote: > How are you generating the signature? > > Tom > > > On Aug 7, 2:43 pm, "Punit.khaire" wrote: > > Hi guys, > > > > I started to work on the twitter application .Our main task is to > > tweet messages using oAuth authenticat