[twitter-dev] timestamp format differences in different twitter api

2010-12-30 Thread Shaurabh Bharti
Hi, Calls to multiple twitter api returns time related info in different timestamp formats. 1st call is http://search.twitter.com/search.atom?result_type=popularq=iphone Timestamp for published data is 2010-12-30T07:05:45Z 2nd call is

[twitter-dev] twitter namespace in api response

2010-12-30 Thread Shaurabh Bharti
Hi, Calls to different twitter api gives different twitter namespace in its response. 1st is http://search.twitter.com/search.atom?result_type=popularq=iphone Here, the twitter namespace is http://api.twitter.com/; 2nd is http://api.twitter.com/1/statuses/user_timeline.atom?screen_name=Skype

[twitter-dev] Getting user information with oAuth.

2010-12-30 Thread xtranophilist
I am starting a PHP application and not using any PHP library. I have successfully received oauth_token and oauth_verifier in the callback url. Now, how do I use this authentication to retrieve user information and perform other API requests. Thanks in advance! -- Twitter developer

[twitter-dev] Tweet button counter reset to 0

2010-12-30 Thread Lyndon
Hey guys Our blog http://thesociallyconsciousblog.org was down for a week due to technical issues with the hosting. Now the site is back up. But the Twitter button counter for each blog article has somehow reset itself and now displays '0' tweets. I have no idea why. The data-urls also match

[twitter-dev] Re: how can i get posts count when i use search api?

2010-12-30 Thread Eric Pu
anybody can help ? 2010/12/30 Macro puxiangc...@gmail.com when i user search api like : http://search.twitter.com/search.json?q=google for a keyword, i just get a list ,but i also want to get the all posts count retweets count or like that. I have no idea any APIs can help me to get this

[twitter-dev] mobile.twitter.com/share not working?

2010-12-30 Thread hendra
Hi, I'm using the Tweet Button to share links on a mobile-friendly site, however when users clicked on the link, it goes to the full page which doesn't look good on mobile browsers. Simply changing the url from twitter.com/share?... to mobile.twitter.com/share?.. doesn't seem to work, there's a

[twitter-dev] how can i get posts count when i use search api?

2010-12-30 Thread Macro
when i user search api like : http://search.twitter.com/search.json?q=google for a keyword, i just get a list ,but i also want to get the all posts count retweets count or like that. I have no idea any APIs can help me to get this and t would like to get the data day by day in a month or week.eq:

[twitter-dev] Wha'ts the difference between geo and place

2010-12-30 Thread Ace
Hi, Is there a detailed explanation about the differences between Geo and Place. Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] how can i get statistics data about a search

2010-12-30 Thread Macro
i`m a new developer about twitter ,and i want to get some data about search like how many posts/rewteets/followers/friends about a search day by day in a month or a week. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Getting authenticated user email address

2010-12-30 Thread Andy Nagai
Im going to use twitter as login to my site. For new users I need to create a user account on my site and i need the email address from the twitter account. Im using the oAuth method of authentication. The object returned from the get('account/verify_credentials') method does not have the email

[twitter-dev] having problem with Oauth for twitter API

2010-12-30 Thread anki
Hi I am using the twitter API in a desktop application. And I am using the PIN code authentication here. I am able to get the PIN, the oauth_token, the oauth_token_secret correctly. But during my final call to http://twitter.com/statuses/home_timeline.json? with the other parameters attached i.e.

[twitter-dev] case sensitivity of original status mention an issue when searching mentions?

2010-12-30 Thread ds2k
I'm using the search API in Ruby to grab all mentions of a given user: Twitter::Search.new.to(account.screen_name).per_page(100) If his screen name is Foo (capital 'F'), but people post status mentions to him as: @foo this is my tweet Will this affect the number of results I get back from the

Re: [twitter-dev] TwitterOauth

2010-12-30 Thread Igor Kharin
Hello, Gary. JSON parser says there's an error and he's obviously right. You should notice that you're able to interact with API via JSON or XML. And as far as I can see you're using some high-level interface which is fetching XML end-point but assumes it's a JSON one. Even so, twitter could not

Re: [twitter-dev] how can i get statistics data about a search

2010-12-30 Thread Adam Green
The API doesn't return that type of data. You need to collect all the search results in a database and then calculate the statistics in your own code. On Wed, Dec 29, 2010 at 5:02 AM, Macro puxiangc...@gmail.com wrote: i`m a new developer about twitter ,and i want to get some data about search

Re: [twitter-dev] Getting user information with oAuth.

2010-12-30 Thread Adam Green
If you don't know how to get started with the API, why not use a PHP library and have it do this work for you? Two to start with are: http://github.com/abraham/twitteroauth http://github.com/themattharris/tmhOAuth Once you get things working you can look at the library's code as a model and then

[twitter-dev] Incorrect signature for users/search using REST API

2010-12-30 Thread Rohit Bansal
The XML response I am getting: ?xml version=1.0 encoding=UTF-8? hash request/1/users/search.xml?q=Twitter%20API/request errorIncorrect signature/error /hash Request for resource which I made: http://api.twitter.com/1/users/search.xml?q=Twitter%20API Request Type: GET Replacing

Re: [twitter-dev] Incorrect signature for users/search using REST API

2010-12-30 Thread deepa nagaraj
Hi... But i am getting same output for both url.. http://api.twitter.com/1/users/search.xml?q=Twitter%20API and http://api.twitter.com/1/users/search.xml?q=Twitter_API On Thu, Dec 30, 2010 at 7:00 PM, Rohit Bansal rohitbansal.h...@gmail.comwrote: The XML response I am getting: ?xml

[twitter-dev] Is id_str getting dropped again from streaming API output?

2010-12-30 Thread Adam Green
I'm getting errors that the id_str property is not found within the JSON output of the streaming API. I'm using Phirehose, but nothing has changed with that or my code that is using it. This has happened before. Is there a problem returning id_str again? -- Twitter developer documentation and

[twitter-dev] Character Encoding Error C# .NET

2010-12-30 Thread Ryan Bell
Hi, A few months ago, Twitter stopped accepting messages from our application that contained special language characters. We assume that the API is now very strict on character encoding. We have analyzed our code and we are following the best practices of character encoding into utf8. Just

Re: [twitter-dev] Wha'ts the difference between geo and place

2010-12-30 Thread Augusto Santos
Search at http://groups.google.com/group/twitter-development-talk/ might help. Like: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/9e4ea75178174908 On Wed, Dec 29, 2010 at 9:39 AM, Ace asit...@gmail.com wrote: Hi, Is there a detailed explanation about the

Re: [twitter-dev] Character Encoding Error C# .NET

2010-12-30 Thread Tom van der Woerdt
403 errors = Unauthorized. I'd assume that the problem is in your Base String. Try recreating this example. Post a Tweet with setting up my twitter 私のさえずりを設定する. * Put status=setting%20up%20my%20twitter%20私のさえずりを設定する in the POST body. * The Base String *must* have (case-sensitive, etc) :

[twitter-dev] Unable to tweet with leading *

2010-12-30 Thread Adam Green
When I try entering a tweet through Twitter.com that starts with an asterisk, I get an error of Sorry! We did something wrong, and the tweet does not get sent. The same thing happens if I use Tweetdeck. To try this, send the following tweet: * test There is no problem using a single asterisk

Re: [twitter-dev] Unable to tweet with leading *

2010-12-30 Thread Adam Green
Interesting. I did some more tests here. I can only get this error with a single asterisk followed by a single word. A single asterisk followed by two or more words is accepted. Also, when I enter a tweet with just a single asterisk and no other characters, I don't get an error, but the tweet is

[twitter-dev] twurl block is sending 502 even when it succeeds

2010-12-30 Thread TJ Luoma
I am trying to block users on the command line like this: twurl -t -d screen_name=$1 /1/blocks/create.xml I am consistently getting - HTTP/1.1 502 Bad Gateway\r\n as a response to this (Twitter Over Capacity) even when it works (verified via API and via website) Is this why so few 3rd

Re: [twitter-dev] Getting authenticated user email address

2010-12-30 Thread Taylor Singletary
There is no way to an retrieve email address from the Twitter API. Taylor On Tue, Dec 28, 2010 at 11:00 PM, Andy Nagai andy.na...@gmail.com wrote: Im going to use twitter as login to my site. For new users I need to create a user account on my site and i need the email address from the

[twitter-dev] /1/account/settings.json and sleep_time

2010-12-30 Thread Yusuke Yamamoto
Hi, I'm testing /1/account/settings.json method and getting the following response: --- { sleep_time: { enabled: false, start_time: null, end_time: null }, trend_location: [ {

[twitter-dev] Re: timestamp format differences in different twitter api

2010-12-30 Thread Rich
Atom and XML have always had different formats I believe, if you were to get statuses/user_timeline.xml it'd have the same format as users/ show.xml On Dec 30, 10:42 am, Shaurabh Bharti sbha...@gmail.com wrote: Hi, Calls to multiple twitter api returns time related info in different timestamp