[twitter-dev] Create your own trends from only people you follow

2011-06-15 Thread Hugh Hopkins
Heya, I'm a student who has just started a student news website called http://www.sonews.co.uk/ we also tweet a lot on http://twitter.com/#!/sellyoaknews. I was hoping to create local trends from only the accounts that @sellyoaknews follows and was wondering how this would be done? So for

Re: [twitter-dev] Create your own trends from only people you follow

2011-06-15 Thread Scott Wilcox
You'll need to use the streaming API to collect the timeline and then process that data yourself to deduce the most frequently used terms. Streaming API documentation can be found at http://dev.twitter.com/doc On 15 Jun 2011, at 19:20, Hugh Hopkins wrote: Heya, I'm a student who has just

[twitter-dev] Direct message change and the authentication URL

2011-06-15 Thread Craig Walls
I've updated my app settings to be Read, Write, and Direct Messages, but when I go through the authentication page (not the normal OAuth authorization page), it still tells me that the app won't be able to access DMs after June 30th. Am I missing something or should that message no longer appear

Re: [twitter-dev] Direct message change and the authentication URL

2011-06-15 Thread James Estes
I think this was addressed in the A new permission level thread. You said you were restricting this permission to the OAuth /authorize web flow only. Will /oauth/authenticate (Sign in with Twitter) support the new permission? The R/W/DM permission can only be granted through the

[twitter-dev] What changed in the OAuth signature process last few weeks?

2011-06-15 Thread @giberti
A few months ago I wrote an application that interfaced with two API calls: statuses/user/timeline and statuses/update. It has been working fine until about seven days ago when I started receiving 401 status codes when reading the user timeline. I'm using a hand rolled OAuth / Twitter library

[twitter-dev] Couldn't resolve host 'stream.twitter.com

2011-06-15 Thread Perez2, Rocio (GE, Corporate, consultant)
Hi!! I was using the Search API but now I want to change to Sream API. I have this doubt, I hope you can help me: First I try this: curl http://stream.twitter.com/1/statuses/sample.json?delimited=length -uAnyTwitterUser:Password Since prompt, but it return this: Couldn't resolve host

Re: [twitter-dev] Couldn't resolve host 'stream.twitter.com

2011-06-15 Thread Scott Wilcox
Being unable to resolve the host is a network condition between you and the Twitter API. I'd check your DNS settings on your machine/server. stream.twitter.com is up and working fine for me. On 15 Jun 2011, at 21:47, Perez2, Rocio (GE, Corporate, consultant) wrote: Hi!! I was using the

Re: [twitter-dev] Couldn't resolve host 'stream.twitter.com

2011-06-15 Thread Tom van der Woerdt
Toms-MacBook-Pro:~ tom$ host stream.twitter.com stream.twitter.com has address 199.59.148.138 You should probably check your server's DNS settings. Tom On 6/15/11 10:47 PM, Perez2, Rocio (GE, Corporate, consultant) wrote: Hi!! I was using the Search API but now I want to change to Sream

Re: [twitter-dev] What changed in the OAuth signature process last few weeks?

2011-06-15 Thread Taylor Singletary
Hi there, We're now a bit stricter with how we evaluate the validity of requests. Few things to look into for starters -- hopefully will help you discover the subtle issue: - Are you setting your Content-Type: x-www-form-urlencoded when POSTing any kind of POST data? - Make sure that your

[twitter-dev] Sharing a Twitter with Twitter intent in Windows Phone 7

2011-06-15 Thread Luis Guerrero
Hi all! I'm trying to share a text and an Url on the Twitter intent from Windows Phome 7, the final url is: http://twitter.com/share?text=Acampada+Sol+condena+la+violencia+en+Madrid+y+Barcelonaurl=http%3a%2f%2fpolitica.elpais.com%2fpolitica%2f2011%2f06%2f15%2factualidad%2f1308146157_022121.html

[twitter-dev] oauth_bridge_code Disabled?

2011-06-15 Thread DustyReagan
Was oauth_bridge_code disabled? If so how are we suppost to bridge @anywhere OAuth logins to the REST API? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Re: New Status Using A Query String

2011-06-15 Thread Arnaud Meunier
Hey there, This has just been deployed. The old status endpoints are now seamlessly redirected (HTTP 301) to the share intent. Please note that we still encourage you to replace these old URLs (i.e. http://twitter.com/?status=hello and http://twitter.com/home/?status=hello) for the Share Intent

[twitter-dev] Re: Twitter JSON feed falls out with php

2011-06-15 Thread Patrick Kennedy
You are accessing API in an unauthentic way and without oAuth, and you are running out of API calls. You can add a service method to track remaining API calls that you have left to confirm this, e.g, http://api.twitter.com/1/account/rate_limit_status.{xml | json}. You can research from

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

2011-06-15 Thread MManalo
Hi Matt, Thanks for your help with this. No JS errors or warnings. The button just does not fire any sort of event when we call it. Again it works just fine in IE8 and Firefox, sending data to Omniture. But unfortunately, nothing happens when clicked in IE7. On Jun 14, 9:27 pm, Matt Harris

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

2011-06-15 Thread Matt Harris
Thanks for the update Mike, Is this hosted on a webpage we can access, or can you put a test page up that we can hit? Best, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Wed, Jun 15, 2011 at 6:47 PM, MManalo mike.j.man...@gmail.com

[twitter-dev] Centralizar background - center background

2011-06-15 Thread Jota Oliveira
Porque o background do perfil não é centralizado? isso resolveria o problema de diferentes resoluções. Why profile background is not centered? This should resolve the diferent resolution problems. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

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

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

2011-06-13 Thread kamesh SmartDude
Dear All, I am developing a twitter mobile application, and i have a problem in fetching the followers and following list. earlier i used http://api.twitter.com/version/statuses/friends.format http://api.twitter.com/version/statuses/followers.format API's to fecth the Followers and following

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

2011-06-13 Thread Amit Battan Ror
any idea guys On Jun 10, 4:33 pm, Amit Battan Ror batta...@gmail.com wrote: Hi All I am using Twitter-OAuth-iPhonehttps://github.com/bengottlieb/Twitter-OAuth-iPhone I am calling [twitterObj getFollowersIncludingCurrentStatus:NO] for getting my friend list which was working fine. But from

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

2011-06-13 Thread Bill Jacobson
Amit, I don't know your library, but in my case the 403 was accompanied by the message Not authorized to use this endpoint and the solution was to update to http://api.twitter.com/1 [etc.]. Bill Jacobson On 06/13/2011 05:39 AM, Amit Battan Ror wrote: any idea guys On Jun 10, 4:33 pm, Amit

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

2011-06-13 Thread Amit Battan Ror
I am not getting the solution. and my API was working fine beofre 2 3 days.. but not now.. all other API except getFollowersIncludingCurrentStatus working ok and return proper output On Jun 13, 5:53 pm, Bill Jacobson gabe...@gmail.com wrote: Amit, I don't know your library, but in my case

[twitter-dev] edit application - time estimation until changes committed

2011-06-13 Thread ds
I've edited my twitter app several times(change app name, description,icon) and each change took a very long time until i was able to actually see it. How long does it take until changes on twitter app take effect? Thanks -- Twitter developer documentation and resources:

[twitter-dev] Having issues with twitter signin

2011-06-13 Thread GP
Getting this error 500:Something is broken. Please post to the group (http://dev.twitter.com/pages/support) so the Twitter team can investigate. h2Something is technically wrong./h2 pThanks for noticing—we're going to fix it up and have things back to normal soon./p What action should I take

[twitter-dev] Problems about crawling the twitter user relationship

2011-06-13 Thread danny
Hi everyone: I am going to crawl the user relationship information, like, followers and friends, from Twitter Inc. for my research work. While, I am confronted with some problems, can anybody give me some suggestions. My problem is as follow: = Problem A: I

Re: [twitter-dev] Having issues with twitter signin

2011-06-13 Thread Scott Wilcox
Sounds like an uncaught error. I'd contact a...@twitter.com with details of your request and the time it occurred. On 13 Jun 2011, at 09:11, GP wrote: Getting this error 500:Something is broken. Please post to the group (http://dev.twitter.com/pages/support) so the Twitter team can

[twitter-dev] Twitter JSON feed falls out with php

2011-06-13 Thread Andreas Voss
Hey Twitter Developers. I've had a bit om a problem with my home made twitter feed plugin for my website, sometimes it just wont load the feed for like 30 minutes and then it starts working again. Is there any of you familiar with this kind of error? ?php $user = andreasvoss; $url =

[twitter-dev] 'count' parameter for statuses/sample gives a 416

2011-06-13 Thread AdamWynne
Hi all I think the docs might be wrong, as it says that statuses/sample can have a 'count' (see: http://dev.twitter.com/pages/streaming_api_methods) but the API returns a 416 if you try and supply one Cheers Adam -- Twitter developer documentation and resources: https://dev.twitter.com/doc

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

2011-06-13 Thread Bill Jacobson
I'm suggesting that you find out what endpoint (Twitter URL) your app is targeting, and make sure that it matches what is currently documented. If it doesn't match, correct it. That's what worked for me. On 06/13/2011 08:05 AM, Amit Battan Ror wrote: I am not getting the solution. and my API

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

2011-06-13 Thread Bill Jacobson
Amit, also see http://www.mailinglistarchive.com/html/twitter-development-talk@googlegroups.com/2011-06/msg00256.html. That's what helped me. -Bill On 06/13/2011 10:44 AM, Bill Jacobson wrote: I'm suggesting that you find out what endpoint (Twitter URL) your app is targeting, and make sure

[twitter-dev] Re: Having issues with twitter signin

2011-06-13 Thread Tim
I have the same problems. The request I made (keys and such deleted): wget https://userstream.twitter.com/2/user.json; --header Authorization: OAuth realm=Twitter API,oauth_consumer_key=,oauth_token=,oauth_nonce=,oauth_timestamp=1307967420,oauth_signature_method=HMAC-

[twitter-dev] Re: assets2.twitter.com seems to be down

2011-06-13 Thread kp
http://assets2.twitter.com/images/icon_lock.gif On Jun 11, 4:58 pm, Matt Harris thematthar...@twitter.com wrote: Hi, What file/resource are you trying to load from that domain? Best, @themattharris On Jun 11, 2011, at 9:23, kp pki...@gmail.com wrote:

[twitter-dev] illegal character in json feed

2011-06-13 Thread miramardesign
All browsers throw error illegal character in twitter jsonp feed http://jsfiddle.net/NBCGf/34/ Please advise, //mh -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

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

2011-06-13 Thread Taylor Singletary
Do you have more details about the specific illegal character(s) you're receiving? How frequently are you polling the API? Have you tried reproducing your scenario outside of a browser-based environment? @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun

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

2011-06-13 Thread michael hazzard
Taylor(); I took a pic of firebug here: https://docs.google.com/leaf?id=0B1lcI5OlKM2xNDczZDdmYTMtMjFjZi00Y2E2LWE4MTMtM2YyM2I5ZTM4Njhlsort=namelayout=listnum=50 It is similar to this case (I believe the same chars)

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

2011-06-13 Thread michael hazzard
Oh answers to #2 and #3 2) I am polling the jsonp api every second in this test but it will be changed for production to like 6 seconds and cached after all 30 feeds are loaded 3) No, I haven't tried outside the browser since this is strictly a jsonp feed and I chose jsonp over server-side xml

[twitter-dev] Search all tweets by application

2011-06-13 Thread Juan Delgado
Hi there, I cannot find a way of retrieving all the tweets coming from a given application. For example, can I retrieve all the tweets posted using TweeDeck? Nothings comes up on the documentation or in google, any idea? Cheers! Juan -- Twitter developer documentation and resources:

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

2011-06-13 Thread Taylor Singletary
It would be very helpful if you could provide a specific Tweet ID that is exhibiting this behavior -- the test case you're presenting is a bit artificial. Do you know if the environment you're doing this consumption is fully capable of understanding the UTF-8 character set? Tweets can contain just

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

2011-06-13 Thread Taylor Singletary
Hi Juan, There's no way to effectively retrieve all tweets sent by a given application using primary methods of any of our APIs. The Search API has some advanced operators that allow you to specify a specific tweet source (effectively the string of text that represents the application that posted

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

2011-06-13 Thread michael hazzard
Taylor, Firefox 4.01 on Windows Server 2003 and IE8 on Windows Server 2003 (I believe they are both fully utf-8 compatible) (using jQuery 1.3.2 js library, I would upgrade but I am stuck at it w/ other dependencies ) Can you not reproduce the error on the jsFiddlehttp://jsfiddle.net/NBCGf/34/?

[twitter-dev] A few updates about the permission model change

2011-06-13 Thread Matt Harris
Hey everyone, A number of updates were made to the Direct Message methods and OAuth screens at the end of last week. Here's what went out: * force_login is now supported on https://api.twitter.com/oauth/authorize * the OAuth screens now support a feature phone tier of handsets and render them in

[twitter-dev] how to find automatic vs. manual retweets in a Twitter API?

2011-06-13 Thread Saghar
I want to know how Twitter or Twitter APIs such as Power Track tags auto retweets from manual retweets. I have a Twitter data stream and need to know which tweets have been retweeted manually and which ones are automatic retweets. Any thoughts? -- Twitter developer documentation and resources:

[twitter-dev] Could not retrieve /statuses/friends.xml: 403 Forbidden

2011-06-13 Thread cadetandrew
I'm currently using an application for mIRC named BitlBee (bitblee.org). With it you can see tweets from those you are following and send tweets out. When you add your account it gives you an OAuth token and an OAuth token. When the link is clicked it gives you a link to a page where there is a

Re: [twitter-dev] Could not retrieve /statuses/friends.xml: 403 Forbidden

2011-06-13 Thread Georgooty varghese
/statuses/friends.xml API has deprecated by Twitter.So you did not get these details. For getting friends details you can use a combination of friends.ids and user/lookup. Regards, George On Tue, Jun 14, 2011 at 8:34 AM, cadetandrew homerthi...@gmail.com wrote: I'm currently using an

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

2011-06-13 Thread Amit Battan Ror
Thanks Bill I will check and try to track URL .. On Jun 13, 9:07 pm, Bill Jacobson gabe...@gmail.com wrote: Amit, also seehttp://www.mailinglistarchive.com/html/twitter-development-talk@googl That's what helped me. -Bill On 06/13/2011 10:44 AM, Bill Jacobson wrote: I'm

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

2011-06-13 Thread Amit Battan Ror
Bill Working fine : https://twitter.com/statuses/friends_timeline.xml Not Working Giving 403 Error : https://twitter.com/statuses/followers.xml On Jun 14, 10:14 am, Amit Battan Ror batta...@gmail.com wrote: Thanks Bill I will check and try to track URL .. On Jun 13, 9:07 pm, Bill

[twitter-dev] how save twitter login?

2011-06-13 Thread Maksim Bunkow
I developing Desktop App and use OAuth, how save acc data for logining users without password every time? Thx. -- С уважением, Буньков Максим. bim...@gmail.com -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

[twitter-dev] estimating twitter users and activity from our iPhone app

2011-06-12 Thread Stephen Rife
Hi I am trying to estimate how many twitter accounts are actively using our iphone app and how much tweet activity they are generating. Finding out just how many accounts have authorized our app would be helpful, but after reading this discussion I realize such info is no longer available via

[twitter-dev] twitter api for android

2011-06-12 Thread saami
hello is there any API of twitter for Android. I want to integrate twitter with my android application. kindly guide me. saami -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Working with POST method APIs

2011-06-12 Thread veiled
Hi, I am totally new to twitter API usage. What my requirement is to auto follow users based on certain search results and this should happen on an hourly basis.I got the twitter API for doing it.But when I tried to test by placing the url in the browser it says that This method requires a post.

[twitter-dev] Retweet loop and update mysql at the same time

2011-06-12 Thread Ayath
Hi, I've got the following code on a php page but when running the page nothing seems to happen. My database has a list of statuses with their id and a column named 'Complete' which I want to update to yes once that status has been retweeted. Please can someone suggest where I am goign wrong.

[twitter-dev] JSON returning HTML in iPhone App?

2011-06-12 Thread lexy0202
Hi there, I'm new to using the twitter API, and am having some problems with reloading my feed in my iphone app When I first load the app, the feed loads into my tableView fine, but when I click the reload button which I recently added, what is returned is not JSON, but HTML, and when I put it

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

2011-06-12 Thread Georgooty varghese
Dear Twitter, I want to know about the count of follower/friends count of each request. I have using cursor field in each request. In first request , cursor value set to -1. In response I got next next_cursor_str ,previous_cursor_str fields. but values are 0. *I want to limit the count of each

[twitter-dev] Twitter4J 2.2.3 released - with media entity, latest api and new permission scheme support

2011-06-11 Thread Yusuke Yamamoto
Hi all, Twitter4J is an unofficial, open-sourced, mavenized and Google App Engine/Android ready Java library for the Twitter API released under the Apache License 2.0. I'm pleased to announce the immediate availability of Twitter4J version 2.2.3. Please note that Twitter4J is an open-source

[twitter-dev] Re: Unwanted T.CO shortening

2011-06-11 Thread @nuxnix
On Jun 10, 10:23 pm, Ben Ward benw...@twitter.com wrote: * The title (tooltip) of the URL displays the full address of the destination. Not on my Firefox it doesnt. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Unwanted T.CO shortening

2011-06-11 Thread Adam Green
I believe that at least part of Twitter's motivation is based on protecting users from spam and viruses. In that case, why not implement some purging alogrithms? Here's an easy one. If an account follows nobody and only sends emails with a screen name and URL, it is probably a spammer and the URLs

[twitter-dev] Re: Unwanted T.CO shortening

2011-06-11 Thread Tim Meadowcroft
On Saturday, June 11, 2011 1:23:47 PM UTC+1, Adam Green wrote: I believe that at least part of Twitter's motivation is based on protecting users from spam and viruses. In that case, why not implement some purging alogrithms? Here's an easy one. If an account follows nobody and only sends

[twitter-dev] assets2.twitter.com seems to be down

2011-06-11 Thread kp
http://assets2.twitter.com seems to be down. Is this a transient issue or permanent change? If it is a transient issue, is there an ETA for the fix? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

Re: [twitter-dev] assets2.twitter.com seems to be down

2011-06-11 Thread Matt Harris
Hi, What file/resource are you trying to load from that domain? Best, @themattharris On Jun 11, 2011, at 9:23, kp pki...@gmail.com wrote: http://assets2.twitter.com seems to be down. Is this a transient issue or permanent change? If it is a transient issue, is there an ETA for the fix?

[twitter-dev] ABUIKit / TwUI ?

2011-06-11 Thread SM
I wasn't able to attend the announcement regarding ABUIKit / TwUI. Can someone provide a summary of what was presented? Thanks. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Count when a user retweet a message

2011-06-11 Thread Tixx
Hello, I want to develop an application that let users earn points when they retweet contents published on my twitter account. Do you know if there's a way to do this through Twitter API? Thanks. Best Regards, Tixx -- Twitter developer documentation and resources: https://dev.twitter.com/doc

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Tom van der Woerdt
Woah there - sounds like you are hitting a rate limit. If you don't authenticate your calls, you may only make 150 API calls per hour. Tom On 6/10/11 12:54 AM, ari_endo wrote: Hello, I am developing Twitter AP with Excel VBA. When accessing with an object generated from twitter class, it

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Tom van der Woerdt
I just checked and I was wrong - Woah there! can mean a lot of thnigs. 1. Make sure that your time is right 2. Make sure that the signature you make is right 3. Make sure that your endpoint starts with https://api.twitter.com/1/ 4. Make sure that you use valid credentials 5. Make sure that you

Re: [twitter-dev] Needs object from desktop application ?

2011-06-10 Thread Ari Endo
Dear Tom, Never ever did I hit the rate limit. I call only once to get the authentication token. At most, only several times for trials. Thank you for your reply, Ari Tom van der Woerdt wrote (2011/06/10 17:38): Woah there - sounds like you are hitting a rate limit. If you don't authenticate

[twitter-dev] When will we be able to upload images?

2011-06-10 Thread Terence Eden
I see that the new Official iOS Twitter App allows users of the Sainted iDevice to post photos (http://twitter.com/mariazverina/status/79134307079303168/) Any idea when this will be available to us lowly developers? -- Twitter developer documentation and resources: https://dev.twitter.com/doc

<    4   5   6   7   8   9   10   11   12   13   >