[twitter-dev] Tweet from MapleBrowser in SamsungTV using XAuth API

2010-12-21 Thread mahesh
HI Team, When I was Requesting the TwitterAPiI using xAuth From Samsung Maple Browser I got the following Status and Response. Status Unauthorized Response :Failed to validate oauth signature and token. So Can any one tell what is the reason for It.More over Same code works in IE and Safari.I

[twitter-dev] Author Info extraction Issue

2010-12-21 Thread Manoranjan Mohanty
Hi; I want to get author information using twitter API. When the author name is a single word, the data is coming.But when author name is in firstName LastName format(both separated by space) then no info is coming. I am using the below Query to get it. http://api.twitter.com/1/users/show.xml

[twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-21 Thread Amine
Hello Rai, To get a idea about Twitter Development, start by this : http://www.slideshare.net/raffikrikorian/intro-to-developing-for-twitterapi It will give an deep overview. Later go to this page : http://dev.twitter.com/doc. Are coding in which language ? On 21 déc, 07:16, Roopesh Rai

[twitter-dev] Implement a Twitter friends finder (like in instagram)

2010-12-21 Thread Mathieu
Hello, I have an iphone application with its own authentication system: users have to provide their login and password, nothing is related to twitter. I would like to develop a twitter friends finder like in the Instangram app. Basically once a user is logged in Twitter, I want to be able to

[twitter-dev] Re: Twitter Search API - Possible Proximity Bug

2010-12-21 Thread Corey Ballou
API call: http://search.twitter.com/search.json?q=ands=keggeocode=35.22708600%2C-80.84312600%2C5milang=allresult_type=recentrpp=50 On Dec 20, 7:31 pm, Corey Ballou ball...@gmail.com wrote: It's also worth noting that while the above example may not be pulling a place, the API call I'll

Re: [twitter-dev] Finding RT or replies

2010-12-21 Thread Igor Kharin
Hello, Stu. Here's the method you are looking for: http://dev.twitter.com/doc/get/statuses/:id/retweeted_by On Sun, Dec 19, 2010 at 9:56 PM, Stu stuart.batter...@gmail.com wrote: Hi all, Just wondering if there is a section of the API, possibly in the REST API, that allows me to find all the

[twitter-dev] Re: Oauth timeout at access_token request

2010-12-21 Thread Dave McCall
FYI, I have tried the same using https://api.twitter.com as well. Also in step 3 I have currently changed it to https://api.twitter.com/ oauth/authorize because I believe that is the more correct URL (though authenticate does appear to work). Any thoughts? -- Twitter developer documentation and

Re: [twitter-dev] Re: Oauth timeout at access_token request

2010-12-21 Thread Taylor Singletary
Hi, I'm glad you tried the api.twitter.com URI pattern as well -- as it's really the correct one. It is unusual for this method to take that long. Have you tried this sequence outside of the code environment you're working in? Is there anything about your coding environment that may be

[twitter-dev] Twitter authentication on/off behavior

2010-12-21 Thread Gary
Hi all, I have a desktop application using xAuth. Usually, everything works fine. But occasionally, for a period of several days or more, the authentication fails returning invalid-signature error. And then, a few days later, it starts working again without any change on my side. Is there

Re: [twitter-dev] Re: Need help to develop twitter application, Plz reply me

2010-12-21 Thread roopesh rai
It is in Lua On Tue, Dec 21, 2010 at 4:13 PM, Amine amine.benha...@gmail.com wrote: Hello Rai, To get a idea about Twitter Development, start by this : http://www.slideshare.net/raffikrikorian/intro-to-developing-for-twitterapi It will give an deep overview. Later go to this page :

Re: [twitter-dev] what id_str, how to use id_str,right now im using id only

2010-12-21 Thread Rajesh .
could u tell me how can i get JSON responses. On Tue, Dec 21, 2010 at 2:19 AM, Matt Harris thematthar...@twitter.comwrote: Hi, The id_str is only returned in the JSON responses as it isn't needed in the XML response. The XML response returns all data as a string so a unique *_str field

[twitter-dev] Re: @Anywhere follow and update events?

2010-12-21 Thread Jonathan Strauss
I have seen similar requests come up a number of times on this list and never any response from Twitter. This is something that would make @Anywhere much more extensible and I'd love to see it. @themattharris or @episod, any thoughts? -jonathan On Dec 13, 1:39 pm, Jim Spath