Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-05 Thread Harshad RJ
Hi Taylor, Any updates on this issue? tDash users are not able to read their lists because of this. thanks, Harshad On Sat, Jul 2, 2011 at 12:24 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Thanks everyone, I'll report this to the team -- not quite sure what's happening.

Re: [twitter-dev] lists.json API call ignoring the callback parameter as of the last few hours

2011-07-01 Thread Harshad RJ
me loading it in a script tag. Other calls seem to still be respecting the callback parameter... any idea what might have changed ?? -- Harshad RJ http://twitter.com/h__r__j -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https

Re: [twitter-dev] Json parse error / escape problem

2010-11-01 Thread Harshad RJ
to help? Below is the issue that I have got: -- Harshad RJ http://twitter.com/h__r__j -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list

Re: [twitter-dev] Json parse error / escape problem

2010-11-01 Thread Harshad RJ
Twitter's encoding being wrong. It is unusual but not wrong. On Mon, Nov 1, 2010 at 6:37 PM, Siqi Li siqi...@11outof10.com wrote: HI Harshad, What’s your parser? Do you write it yourself or just modifying any plug-in? Could you share the main part? cheers, -- Harshad RJ http

[twitter-dev] [OT] The Perhaps Twitter client

2010-10-28 Thread Harshad RJ
Does anyone know what the Perhaps client is all about? Seems to be popular, but the homepage shows only a (beautiful) poem: http://perha.ps/ Is it platform specific and detects my platform to show just the poem? Or is there an easter egg of some sort? -- Harshad RJ http://twitter.com/h__r__j

[twitter-dev] Are search results ordered by creation date?

2010-07-12 Thread Harshad RJ
://search.twitter.com/search.json?q=holyshow_user=trueresult_type=mixedrpp=100 thanks, -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Are search results ordered by creation date?

2010-07-12 Thread Harshad RJ
at the in the results set metadata: {result_type: recent}, What you are seeing is the mixing of the result types. If you only want recent then use result_type=recent https://search.twitter.com/search.json?q=%22Roman%20Polanski%22result_type=recentshow_user=truerpp=100 Jonathan -- Harshad RJ

Re: [twitter-dev] Retweets of me...

2010-06-28 Thread Harshad RJ
with one API call. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Retweets of me...

2010-06-27 Thread Harshad RJ
://labs.poseurtech.com This email is: [ ] shareable [x] ask first [ ] private. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] tweet source shows 'Via API' for oAuth app???

2010-06-11 Thread Harshad RJ
to this: http://www.mail-archive.com/twitter-development-talk@googlegroups.com/msg21543.html -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: link wrapping on the API

2010-06-09 Thread Harshad RJ
percentage). -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] link wrapping on the API

2010-06-08 Thread Harshad RJ
Team http://twitter.com/raffi -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: Annotations with data types

2010-06-07 Thread Harshad RJ
that nobody's seeing/acknowledging the magnitude of the problem. Even if the currently mentioned solutions are not ideal, including mine, I think something needs to be done to search for a solution. Or perhaps I am just over-reacting. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: Annotations with data types

2010-06-05 Thread Harshad RJ
On Sun, Jun 6, 2010 at 12:23 AM, Mark Plotnick mark.plotn...@gmail.comwrote: If you use JSON, the types should be visible after you unmarshall the data. Visible, yes. Checked, no. Every client would have to check the type before using the value. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: Annotations with data types

2010-06-04 Thread Harshad RJ
Hi Andre, I understand your concern. I was trying to propose one possible way of doing things. I welcome other suggestions as well, but each will have its own merits / demerits. We first need to see if the concept of a data-type is really a concern. I think it is a nice-to-have feature, as it

[twitter-dev] Annotations with data types

2010-06-03 Thread Harshad RJ
number url : A well formed URL -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: Annotations with data types

2010-06-03 Thread Harshad RJ
On Fri, Jun 4, 2010 at 9:41 AM, Harshad RJ harshad...@gmail.com wrote: Suggestions for data-types: int : Integer float : Floating point number url : A well formed URL To add to this list of data-types: str: To force to a string Say, you have an attribute whose label ends with _int. So

Re: [twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-24 Thread Harshad RJ
National Finals Rodeo go on sale tomorrow.) violates the TOS? -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] WebSockets protocol for streaming API

2010-05-16 Thread Harshad RJ
to specifically address service-based clients (and thus exclude them from the user stream API)? -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Drastic drop in Streaming API bandwidth usage..

2010-05-04 Thread Harshad RJ
; there are some other low-volume services on the machine that could cause it. thanks, -- Harshad RJ http://hrj.wikidot.com attachment: bandwidthScreenshot.png

Re: [twitter-dev] Re: one application authentication

2010-04-26 Thread Harshad RJ
- but it's doable. Is someone already doing this? Would that violate ToS? Just FYI, I am working on a similar concept. Waiting for clarifications from Twitter before releasing it publicly. -- Harshad RJ http://hrj.wikidot.com -- Subscription settings: http://groups.google.com/group/twitter

Re: [twitter-dev] account/verify_credentials rate limited

2010-04-18 Thread Harshad RJ
Would be thankful for any answers to my queries. Especially, the exact error code when rate-limit is breached. (I can't find it in the documentation, and I don't want to create a dummy user and write a dummy script to find out in practice) On Fri, Apr 16, 2010 at 7:11 PM, Harshad RJ harshad

Re: [twitter-dev] account/verify_credentials rate limited

2010-04-16 Thread Harshad RJ
is: [ ] shareable [x] ask first [ ] private. -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Harshad RJ http://hrj.wikidot.com -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] dev.twitter.com

2010-04-15 Thread Harshad RJ
, Apr 15, 2010 at 2:57 AM, Dewald Pretorius dpr...@gmail.com wrote: Okay, this seriously rocks. Congrats to everyone who worked on making dev.twitter.com happen. -- To unsubscribe, reply using remove me as the subject. -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: Announcing Twitter client stats

2010-03-30 Thread Harshad RJ
An update: The applications which have significantly changed in their ranking are shown here: http://tdash.org/stats/clients/hot On Thu, Mar 25, 2010 at 11:05 AM, Harshad RJ harshad...@gmail.com wrote: As I had announced in a different thread a few days back, Twitter client stats

Re: [twitter-dev] Search by Client

2010-03-27 Thread Harshad RJ
changes to the UI in a few days to reflect this data. I will soon writeup all these details and make it available in the stats page somewhere. Thanks for bringing this to my notice. cheers, -- Harshad RJ http://hrj.wikidot.com To unsubscribe from this group, send email to twitter-development

Re: [twitter-dev] Search by Client

2010-03-27 Thread Harshad RJ
On Sat, Mar 27, 2010 at 12:09 PM, Harshad RJ harshad...@gmail.com wrote: I found that the volume of retweets is very tiny in the sample feed. Forgot to mention how low the volume is. In about 8 mins the app indexed: Total tweets: 1 Replies: 2853 Retweets: 9 -- Harshad RJ http

Re: [twitter-dev] Search by Client

2010-03-26 Thread Harshad RJ
UberTwitter is used by a number of celebrities (in my own limited observations). -- Harshad RJ http://hrj.wikidot.com To unsubscribe from this group, send email to twitter-development-talk+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject.

[twitter-dev] Announcing Twitter client stats

2010-03-24 Thread Harshad RJ
at the source of every tweet. Every unique name (The text of the a element) is marked as a new client. The clients are ranked according to the number of tweets seen from the client. cheers, -- Harshad RJ http://hrj.wikidot.com To unsubscribe from this group, send email to twitter-development

Re: [twitter-dev] reducing traffic back from twitter

2010-03-23 Thread Harshad RJ
'). Perhaps there are some parameters that I can specify on the request to do this? Many thanks in advance To unsubscribe from this group, send email to twitter-development-talk+ unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject. -- Harshad RJ http

Re: [twitter-dev] Search by Client

2010-03-21 Thread Harshad RJ
: That is *really* nice! Is it updated in real time? -- M. Edward (Ed) Borasky borasky-research.net/m-edward-ed-borasky/ A mathematician is a device for turning coffee into theorems. ~ Paul Erd?s Quoting Harshad RJ harshad...@gmail.com: To test how this works I built a streaming parser

Re: [twitter-dev] Search by Client

2010-03-15 Thread Harshad RJ
, Christian christian.frei...@googlemail.com wrote: Hi There, is it possible to reveal all Tweets placed by a specific client (my client)? Hope someone could help me THX Chris -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Search by Client

2010-03-15 Thread Harshad RJ
? On Sun, Mar 14, 2010 at 11:50 PM, Harshad RJ harshad...@gmail.com wrote: Err, but this does't show *all* tweets of a client. On Mon, Mar 15, 2010 at 6:47 AM, Raffi Krikorian ra...@twitter.comwrote: from http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search http://search.twitter.com

Re: [twitter-dev] bulk user show API

2010-03-11 Thread Harshad RJ
-lookup. thanks! -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] OAuth authentication support JSONP?

2010-03-02 Thread Harshad RJ
? As the developer of a web-based Twitter client, I can assure you that it does accept the callback parameter. You need to sign it, however, with the OAuth key. This means that you can't use the regular jQuery getJSON() helper function. You will need to roll your own. -- Harshad RJ http

Re: [twitter-dev] Re: 1 tweet accounts

2010-02-25 Thread Harshad RJ
the criteria is that: 1) the account is obviously dormant 2) only has one tweet thanks for your help -- Abraham Williams | Community Advocate | http://abrah.am Project | Out Loud | http://outloud.labs.poseurtech.com This email is: [ ] shareable [x] ask first [ ] private. -- Harshad RJ

Re: [twitter-dev] Global twitter profile image URL

2010-02-18 Thread Harshad RJ
redirect would be fine with me to begin with. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: OAuth:a disaster for Chinese twitter users

2010-02-12 Thread Harshad RJ
for twitter.com would be run by the proxy server and not the client. (Tried to RTFM but still not very familiar with the protocol) -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] OAuth Additions

2010-02-12 Thread Harshad RJ
On Sat, Feb 13, 2010 at 8:16 AM, Abraham Williams 4bra...@gmail.com wrote: On Tue, Feb 9, 2010 at 20:54, Harshad RJ harshad...@gmail.com wrote: On Wed, Feb 10, 2010 at 8:17 AM, Abraham Williams 4bra...@gmail.comwrote: Your application should already have good handling logic built

Re: [twitter-dev] A proposal for delegation in OAuth identity verification

2010-02-11 Thread Harshad RJ
only once, because of the oauth-nonce parameter. Or atleast, it is possible to implement such a restriction at the identity provider's end. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] OAuth:a disaster for Chinese twitter users

2010-02-11 Thread Harshad RJ
. The base string of an OAuth request contains the domain of the HTTP request, so all client developers modify their code if they want to suite the need of API proxy. This is really a disaster for all Chinese twitter users. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: OAuth:a disaster for Chinese twitter users

2010-02-11 Thread Harshad RJ
. On Feb 12, 1:39 pm, Harshad RJ harshad...@gmail.com wrote: Wouldn't a regular HTTPS proxy be sufficient? -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: OAuth:a disaster for Chinese twitter users

2010-02-11 Thread Harshad RJ
. Last mail on the topic) -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: A proposal for delegation in OAuth identity verification

2010-02-10 Thread Harshad RJ
On Wed, Feb 10, 2010 at 11:05 PM, Dewald Pretorius dpr...@gmail.com wrote: Raffi, You said, sends along the user object ass part of it. Does that explain why the user object is in some cases a bit bloated? And what does it mean when the HTTP response code is 503. -- Harshad RJ http

Re: [twitter-dev] Re: A proposal for delegation in OAuth identity verification

2010-02-10 Thread Harshad RJ
On Wed, Feb 10, 2010 at 11:42 PM, Harshad RJ harshad...@gmail.com wrote: On Wed, Feb 10, 2010 at 11:05 PM, Dewald Pretorius dpr...@gmail.comwrote: Raffi, You said, sends along the user object ass part of it. Does that explain why the user object is in some cases a bit bloated

Re: [twitter-dev] A proposal for delegation in OAuth identity verification

2010-02-09 Thread Harshad RJ
the ability to TwitPic to verify the identity of your user? that being said, please check out http://mehack.com/a-proposal-for-delegation-in-oauth-identity-v. thanks! -- Raffi Krikorian Twitter Platform Team http://twitter.com/raffi -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] OAuth Additions

2010-02-09 Thread Harshad RJ
in for each user. I agree with Abraham on this. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Hey, Twitter, let us buy sidebar ads! (Or, stop focusing on the biggies.)

2010-02-02 Thread Harshad RJ
-thrus, votes, etc.) -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: iPhone Developers: Objective-C Library for TweetPhoto

2010-02-02 Thread Harshad RJ
to other apps so they can... wait for it... masquerade as other apps. Ah, gotta love oAuth security. oAuth: don't share your username and password, share your Consumer Key and Consumer Secret – because that's what all the cool kids do. -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] When does the rate limit increase for oAuth apps go into effect?

2010-01-11 Thread Harshad RJ
though) with retweets api that use api.twitter.com/1 On Mon, Jan 11, 2010 at 9:38 AM, Harshad RJ harshad...@gmail.com wrote: Ditto. ETA please. On Wed, Dec 16, 2009 at 1:22 PM, M. Edward (Ed) Borasky zzn...@gmail.com wrote: I see that applications that authenticate with oAuth are going

Re: [twitter-dev] When does the rate limit increase for oAuth apps go into effect?

2010-01-10 Thread Harshad RJ
Ditto. ETA please. On Wed, Dec 16, 2009 at 1:22 PM, M. Edward (Ed) Borasky zzn...@gmail.comwrote: I see that applications that authenticate with oAuth are going to get a 10X increase in the number of API calls they can make per hour. When does that go into effect? -- Harshad RJ http

[twitter-dev] Re: [twitter-api-announce] Changes to search results for trending topics

2009-12-30 Thread Harshad RJ
documentation and resources: http://apiwiki.twitter.com API updates via Twitter: http://twitter.com/twitterapi Change your membership to this group: http://groups.google.com/group/twitter-api-announce?hl=en -~--~~~~--~~--~--~--- -- Harshad RJ http

Re: [twitter-dev] Re: URLification

2009-12-17 Thread Harshad RJ
PM, dbasch dba...@gmail.com wrote: I agree. I searched the issues db and didn't find it. Not sure if it belongs as an API issue but I submitted it anyway. http://code.google.com/p/twitter-api/issues/detail?id=1298 -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Direct message Ids

2009-12-14 Thread Harshad RJ
mste...@gmail.com wrote: I don't know for sure but as tweet id's are sequential and the current dm id counter is way lower than the current tweet id, I would assume they're separate sets... On Dec 13, 2009, at 10:25 PM, Harshad RJ harshad...@gmail.com wrote: Hi, Are the DM ids unique

[twitter-dev] Direct message Ids

2009-12-13 Thread Harshad RJ
Hi, Are the DM ids unique within {DMs + Tweets} set or only in the {DM} set? In other words, if I am storing a collection of DMs and Tweets in a DB, can I index it safely using DM.id and Tweet.id ? thanks, -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-12 Thread Harshad RJ
a complete dump of the HTTP conversation, including headers and body for the request and response? -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-11 Thread Harshad RJ
://tdash.org/ I am game for providing an OAuth based image upload API if other apps are interested. (Esp non-browser / mobile apps). I will be doing it anyway; contacting me now will probably help shape up the API and my priorities. Feel free to contact me off-list as well. cheers, -- Harshad RJ http

Re: [twitter-dev] Invalid Signature Request when POST - ing

2009-12-11 Thread Harshad RJ
working. Anyone have any ideas?? -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Twitter Photo service for oauth clients

2009-12-06 Thread Harshad RJ
with this? It seems my only option is building my own, but I'd rather hook into an existing service. Looking forward to your feedback! Thanks, Michael -- Harshad RJ http://hrj.wikidot.com

Re: [twitter-dev] Re: why use api.twitter.com instead of twitter.com?

2009-11-26 Thread Harshad RJ
but some other lists API , for example http://api.twitter.com/1/twitterapi/lists/subscriptions.xml is ok but http://twitter.com/1/twitterapi/lists/subscriptions.xml is not found this's a bug? this problem is very unconvient for me to develop my app -- Harshad RJ http

Re: [twitter-dev] Re: Lists API for Subscriptions

2009-11-20 Thread Harshad RJ
://code.google.com/p/twitter-api/issues/detail?id=1213 If you've got any further details, please feel free to add these as comments! Cheers -N -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: Keeping signed in on Twitter after user OAuth authentication in an application

2009-11-12 Thread Harshad RJ
in an application using OAuth and get them already logged in on Twitter. That happens when logging to stocktwits.com: after logging to stocktwits using OAuth, user is already logged on Twitter. How do they do it? Thanks in advance. -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: Getting started with a twitter application

2009-11-12 Thread Harshad RJ
PM, albana tejashree1@gmail.com wrote: Hi everybody! I am about to develop a twitter application and I am stuck with starting the development of the application.How should I connect my application with a twitter api? -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: OAuth :: re-signin user generating new access tokens

2009-11-12 Thread Harshad RJ
happens to the old access tokens ? If I maintain a 1-many relation from twitterId to access-tokens, I will have access to the old access-tokens. I understand that the FAQ says that access tokens are never expired by twitter (only when the user revokes the app). Thanks Gavin -- Harshad RJ

[twitter-dev] OAuth from the Browser

2009-11-07 Thread Harshad RJ
, to keep the credentials a secret? My hunch is that yes, an app-specific server would be required. But in that case, how do desktop-clients manage it? Or do they also route the calls through an intermediary? thanks in advance, -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: OAuth from the Browser

2009-11-07 Thread Harshad RJ
7, 2009 at 8:13 AM, Harshad RJ harshad...@gmail.com wrote: Hi, I am trying to wrap my mind around OAuth, and I am not sure I understand the subtleties. Is it possible to make OAuth authenticated requests from browser * directly* to the Twitter API? Is it a safe recommended way? Or do all

[twitter-dev] Re: OAuth from the Browser

2009-11-07 Thread Harshad RJ
question. I searched the archives. There are 6800 results for oauth and 800 results for oauth security. 700 results for oauth browser. Just couldn't wade through all of them. cheers, -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: Twitter Lists Need Optional Hashtag binding with list subscription

2009-10-29 Thread Harshad RJ
what would be great is for Twitter to allow the optional specification of one or more hashtags when associating an account with a list, which would indicate tweets from that account should only appear under this list IF these hashtags are part of the tweet. Leon -- Harshad RJ http

[twitter-dev] Re: Twitter Lists Need Optional Hashtag binding with list subscription

2009-10-29 Thread Harshad RJ
at 20:47, Harshad RJ harshad...@gmail.com wrote: I am more interested in the converse use-case; I would like to tweet about my sporting life only to the sporties list created by me. Is this possible / planned ? (Alright, I will be honest; replace sports with tech for me) On Fri, Oct 30

[twitter-dev] Re: Find username/screenname through email addresses

2009-10-27 Thread Harshad RJ
the screen name of a twitter user from an email address? -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] API Proposal : Bulk fetch of user details

2009-10-22 Thread Harshad RJ
) requests. This will provide incentive for using the new API as well as dettering misuse. [1] http://groups.google.com/group/twitter-development-talk/browse_thread/thread/738e9157cf03adc7 [2] http://twinkler.in cheers, -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: API Proposal : Bulk fetch of user details

2009-10-22 Thread Harshad RJ
/twitter-api/issues/detail?id=1078 -- Harshad RJ http://hrj.wikidot.com

[twitter-dev] Re: API Proposal : Bulk fetch of user details

2009-10-22 Thread Harshad RJ
with complete user data. -- Harshad RJ http://hrj.wikidot.com