Re: [twitter-dev] Re: Problem With Fetching Followers and Following Id's

2011-06-14 Thread Georgooty varghese
I am facing the same issue.. On Tue, Jun 14, 2011 at 11:56 AM, kamesh SmartDude < kamesh.smartd...@gmail.com> wrote: > Is Anybody have IDEA about the solution of above problem > > //kamesh > > On Jun 13, 12:49 pm, kamesh SmartDude > wrote: > > Dear All, > > > > I am developing a twitter mobile

Re: [twitter-dev] how save twitter login?

2011-06-14 Thread kamesh SmartDude
for some of the requests u need to send either user name or userid that's why we need to store that data as well //kamesh 2011/6/14 Maksim Bunkow > Big thx!!! it came out!!! Secret it is sufficient only key and secret > string, without userid. > > > -

[twitter-dev] Re: Follower/Friends ID's count of each request

2011-06-14 Thread Georgooty varghese
How to limit the follower/friends i's limit..? How to resolve this issue? Could you please help me? I am waiting for your reply. Regards, George On Mon, Jun 13, 2011 at 9:57 AM, Georgooty varghese wrote: > Dear Twitter, > > I want to know about the count of follower/friends count of each r

Re: [twitter-dev] Re: Error 403 while getFollowers : Twitter Iphone MGTwitterEngine

2011-06-14 Thread Bill Jacobson
Amit, Your endpoint is obsolete and no longer supported by Twitter. That's why you got the 403. Statuses/followers will succeed if you change it to http://api.twitter.com/1/statuses/followers.xml BUT this API is deprecated. Read all about it

[twitter-dev] Twitter OAuth Api Freelance Position

2011-06-14 Thread Byrd
Looking for a Twitter API specialist. You MUST have examples of previous work integrating Twitter OAuth into a LAMP based web application. Specifically we are looking for someone who can take an existing Oauth integration and add additional features included the ability to follow users, retweet, a

[twitter-dev] data-lang defaults to English when it shouldn't

2011-06-14 Thread mschipperheyn
Hi, The data-lang currently doesn't support Portugese, which, given Brazils huge and very active Twitter community, is very surprising. So currently if you specify data-lang="pt", it will default back to English. This doesn't make sense. Portugese is to all intents and purposes very similar to Spa

[twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Juan Delgado
Hi Taylor, thanks for the answer. I'm literally trying to do that, display all the tweets from our app. We are adding some automated text to the tweet, but since we give users the option to modify that text, we could be losing some tweets. Do you have an example of searching that "tweet source"?

[twitter-dev] Randomly failing OAuth procedure

2011-06-14 Thread Felix Oldenburg
Hi twitter developing community, I'm using ruby( on rails) to do the oauth dance manually and finally call /1/statuses/update.json to update the status of an authorized user. Every single step during the oauth procedure is confirmed to be working. Actually I already tweeted some messages successfu

Re: [twitter-dev] Randomly failing OAuth procedure

2011-06-14 Thread Taylor Singletary
Hi Felix, Are you using a specific OAuth library for the OAuth portion? I would recommend adding a bit of logging around the OAuth token negotiation process.. find out the signature base string, the exact URL you're executing, and the Authorization header you're sending. Log the response code and

Re: [twitter-dev] data-lang defaults to English when it shouldn't

2011-06-14 Thread Matt Harris
Hi Marc, IPortuguese is a relatively new addition to the languages supported by Twitter so some features are not fully translated yet. The team is working on getting those translations added though. If you leave the data-lang as 'pt' your button will automatically receive the translations when we

[twitter-dev] Re: Randomly failing OAuth procedure

2011-06-14 Thread Felix Oldenburg
Hi Taylor, thanks for many hints on tracking down the problem. I don't use any libraries, neither for Twitter, nor for oauth. I'm doing all by my self, thus printing out some debugging messages is fairly easy. As I'm able to do a status update some times successfully, I was sure to do everything c

[twitter-dev] Twitter search question

2011-06-14 Thread Casey Wilson
Hey all, I understand this is probably the wrong forum for this, but if you could point me in the right direction I'd be appreciative. We have a question for the search side of things. We've had some niche related sites using twitter for a long time now. Here within the last month or two we've no

[twitter-dev] Error with Web Intents Javascript Events

2011-06-14 Thread MManalo
Hey everyone, We have been trying to implement tracking on the tweet buttons that are featured on our sites. We used the method recommended to us on this page: https://dev.twitter.com/pages/intents-events Upon testing, we found that the button sends data to Omniture, our web analytics provider,

[twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Orian Marx
If it's your app, why not have your app notify you of every tweet sent? On Jun 14, 10:03 am, Juan Delgado wrote: > Hi Taylor, thanks for the answer. > > I'm literally trying to do that, display all the tweets from our app. > We are adding some automated text to the tweet, but since we give > user

Re: [twitter-dev] Re: Search all tweets by application

2011-06-14 Thread Scott Wilcox
As Orian said, if you want to know every single tweet posted by your application you need to cache them at source. There are no API endpoints which can provide this information for you. On 14 Jun 2011, at 19:43, Orian Marx wrote: > If it's your app, why not have your app notify you of every twe

[twitter-dev] Streaming API w/ two dedicated IP's

2011-06-14 Thread @dbbradle
It is kosher to connect to the Twitter Streaming API using two dedicated IP's on two separate servers or does this violate the terms of usage? I've looked for something telling me I can't do this and nothing has cropped up, but I'd like to have this confirmed. -- Twitter developer documentation a

Re: [twitter-dev] Streaming API w/ two dedicated IP's

2011-06-14 Thread Scott Wilcox
Connecting from two IPs, with two different users will be perfectly fine and fall within the current rules. On 14 Jun 2011, at 20:39, @dbbradle wrote: > It is kosher to connect to the Twitter Streaming API using two > dedicated IP's on two separate servers or does this violate the terms > of usa

[twitter-dev] Re: Twitter search question

2011-06-14 Thread Brian Sutorius
Hey Casey, Not all Tweets make it into our search index. For more information, check out this article on our help center: https://support.twitter.com/articles/42646. If you think your account has been affected, please fill out the form linked from the bottom of that page while logged in as the acc

Re: [twitter-dev] illegal character in json feed

2011-06-14 Thread Mike McNeil
Same thing's happening to me. Check out: http://search.twitter.com/search.json?q=%23jimromeisburning&callback=dog Should look like this: dog( { - - results: [ - - { - from_user_id_str: "2577

[twitter-dev] Re: illegal character in json feed

2011-06-14 Thread Matt
Can confirm this is happening to me too, for this request: http://search.twitter.com/search.json?&q=from%3Atfr%20OR%20from%3ASOIANYC&rpp=5&callback=jQuery16106527990615355083_1308086280457&_=1308086281400 (I'm fetching tweets from two users - "tfr" and "SOIANYC" - if I remove SOIANYC from the que

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread Taylor Singletary
Thanks for all the extra info, folks -- this is very useful and I've now got a reproducible case. We'll look into this. Thanks! @episod - Taylor Singletary On Tue, Jun 14, 2011 at 2:20 PM, Matt wrote: > Can confirm this is happening to me too

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread Paul Bailey
We are seeing the same problem on our latest site: http://grb.culturemap.com/senior-games/ It is intermittent; sometimes good JSON is returned and sometimes not. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread michael hazzard
Fyi Guys, The way I worked around this since a try-catch was useless is that I used a window.oneerror = function(){ to ignore the offending tweet and count errors etc. //mh On Tue, Jun 14, 2011 at 6:17 PM, Paul Bailey wrote: > We are seeing the same problem on our latest site: > http://grb.cult

[twitter-dev] Intermittent garbled results from search API

2011-06-14 Thread Jacob
When using the search API, I'm intermittently getting back garbled results. With this search, for example: https://search.twitter.com/search.json?callback=jsonp1308091691112&q=from%3Atwitter+OR+to%3Atwitter+OR+%40twitter&page=1 I get the following data: jsonp1308091691112( ‹ �� íš sÚH €ÿJ ×

[twitter-dev] Re: illegal character in json feed

2011-06-14 Thread Romica
I have the same problem (bad JSON most of the times). The weird thing is that if I access the URL direct from the browser it works (good JSON every time). I'm using jQuery.getJSON and I think that this (or something connected to this) might be the problem. Unfortunately I cannot use window.onerror

[twitter-dev] Re: illegal character in json feed

2011-06-14 Thread marc fawzi
Re: error handling the jsonp "script error" I started using the previously mentioned "window.onerror" mechanism wherein I reload the iframe from which I'm initiating the jsonp call, up to 10 times, 3 seconds apart (the average delay in getting the script back from twitter, which triggers the error

[twitter-dev] 403 error on request_token [JavaScript]

2011-06-14 Thread diarmuid
Hey all, Receiving http 403 response error when trying to get a request token. I've checked my base string's singing process, and that's proper. If I use the default keys on the Twitter dev site, it generates the same result as they list on the site, so i'm pretty sure that's okay. Any insight

[twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread 3 rexes
Are there any brilliant button tweakers out there that can help??? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membe

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread michael hazzard
Marc, Nice theory but I'm not so sure since I'm reloading the same exact tweet (I think)over and over again and its getting corrupted. Although I've heard of type of thing before where an application (notepad) tries to do charset encoding detection but fails and outputs a corrupted file upon reopen

[twitter-dev] Re: illegal character in json feed

2011-06-14 Thread themattharris
Hey everyone, Thanks for all the information you provided. We were able to reproduce the problem and the engineers have now released a fix. You shouldn't receive any garbled API responses anymore, if you do please let us know. Best, @themattharris On Jun 14, 7:59 pm, michael hazzard wrote: > Ma

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread Matt Harris
Can you tell us which browsers you are using and explain a little bit about what you mean when you say the button doesn't 'look right'? Best, @themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 7:00 PM, 3 rexes wrote:

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread 3 rexes
Thanks Themattharris, I'm using Firefox. I'll see if I can add the horizontal button code to my site so you can see it. Tara -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https:

[twitter-dev] Re: 403 error on request_token [JavaScript]

2011-06-14 Thread diarmuid
I fixed a few formatting issues with the code, here's the new version, still produces the same 403 result. -- var reqURL = 'https://api.twitter.com/oauth/request_token'; var reqNonce = getNonce(); var reqTimeStamp = getTimeStamp(); var reqSignatureMethod = 'HMAC-SHA1'

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread Matt Harris
Hey Tara, Nothing changed our side so it sounds like your browser was the cause. Either way, glad you got it working. Best, @themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 9:38 PM, 3 rexes wrote: > Themattharris

Re: [twitter-dev] Error with Web Intents Javascript Events

2011-06-14 Thread Matt Harris
Hey, Does IE7 report any javascript errors or warnings? Other than the events, does the button render and perform correctly? Best @themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 10:56 AM, MManalo wrote: > Hey ev

Re: [twitter-dev] Re: Twitter Button Torture!

2011-06-14 Thread 3 rexes
Themattharris, somehow you fixed it. I spent a good 2 hours trying to figure this out, and now it looks normal. Maybe my browser needed to shut down & re-start? Here it is looking normal http://www.threerexes.com/Shop/NecklacePage/Empress-Silver-Gothic-Choker-Necklace.html I need to hire a we