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

2011-06-14 Thread kamesh SmartDude
if u are using OAuth authenticationu must save u r accesstoken and access secret, usedID And useranme.u can use these details for furthur requests...when the user relogged into the application //kamesh 2011/6/14 Maksim Bunkow bim...@gmail.com I developing Desktop App and use OAuth, how

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

2011-06-14 Thread Greg Passmore
Save the access token that you get back after passing in the oauth verifier. 2011/6/13 Maksim Bunkow bim...@gmail.com I developing Desktop App and use OAuth, how save acc data for logining users without password every time? Thx. -- С уважением,

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

2011-06-14 Thread kamesh SmartDude
i Found this API In Deprecated listwe have to use another API's go to this link http://groups.google.com/group/twitter-development-talk/browse_thread/thread/aa465ee6c315e04d# //kamesh On Tue, Jun 14, 2011 at 11:08 AM, Amit Battan Ror batta...@gmail.comwrote: Bill Working fine :

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

2011-06-14 Thread kamesh SmartDude
Is Anybody have IDEA about the solution of above problem //kamesh On Jun 13, 12:49 pm, kamesh SmartDude kamesh.smartd...@gmail.com wrote: Dear All, I am developing a twitter mobile application, and i have a problem in fetching the followers and following list. earlier i used

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

2011-06-14 Thread Maksim Bunkow
Big thx!!! it came out!!! Secret it is sufficient only key and secret string, without userid. -- С уважением, Буньков Максим. bim...@gmail.com 14.06.2011, в 12:20, kamesh SmartDude написал(а): if u are using OAuth authenticationu must save u

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 kamesh.smartd...@gmail.com wrote: Dear All, I am developing a

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 bim...@gmail.com 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 georgo...@gmail.comwrote: Dear Twitter, I want to know about the count of

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 https://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,

[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

[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

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

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

[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

[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

[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 zzzar...@gmail.com 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

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

[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

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

[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

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=%23jimromeisburningcallback=doghttp://search.twitter.com/search.json?q=%23jimromeisburningcallback=dog Should look like this: dog( { - - results: [ - - { - from_user_id_str:

[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%3ASOIANYCrpp=5callback=jQuery16106527990615355083_1308086280457_=1308086281400 (I'm fetching tweets from two users - tfr and SOIANYC - if I remove SOIANYC from the query, it

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 http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Tue, Jun 14, 2011 at 2:20 PM, Matt guitarroman...@gmail.com wrote: Can confirm this

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:

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 paul.m.bai...@gmail.comwrote: We are seeing the same problem on our latest

[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=jsonp1308091691112q=from%3Atwitter+OR+to%3Atwitter+OR+%40twitterpage=1 I get the following data: jsonp1308091691112( ‹ �� íš sÚH €ÿJ

[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

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

[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

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 https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 7:00 PM, 3 rexes

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:

[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 =

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 https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Tue, Jun 14, 2011 at 9:38 PM, 3 rexes t...@threerexes.com