Re: [twitter-dev] Re: Can list name use unicode characters?

2011-02-02 Thread Darasion!
Thank you for your answer. On Wed, Feb 2, 2011 at 7:04 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, Yes, Twitter now supports UTF-8 characters in List names -- but you're right, there are still some Twitter Text parsers that don't understand list references like this

[twitter-dev] Block count?

2011-02-02 Thread Dean Collins
Can you tell from the API how many people block a twitter account? (how about how many people block your own accounts?) If twitter don't provide tools to help combat spam soon they are going to fall into a chasm of uselessness. Cheers, Dean -- Twitter developer

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Ken D.
Ashley, While waiting for native support from Twitter, have you checked out the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ? Grooveshark is one of 160-plus OEmbed-compliant media partners supported by the plugin. Tweets bearing supported URLs are marked in the timeline and yes, you'll

Re: [twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Tom van der Woerdt
Some Twitter applications (including my own) use embed.ly to display content. Tom On 2/2/11 1:25 PM, Ken D. wrote: Ashley, While waiting for native support from Twitter, have you checked out the embed.ly Parrotfish plugin ( http://labs.embed.ly/ ) ? Grooveshark is one of 160-plus

[twitter-dev] Re: Media Partnerships and Oembed for Twitter's Detail Panel

2011-02-02 Thread Ken D.
I just re-enabled the Parrotfish plugin and it's pretty amazing. It's pulling content from my own website and from just about any URL mentioned in a Tweet. Goes way beyond the advertised performance. On Feb 2, 1:26 pm, Tom van der Woerdt i...@tvdw.eu wrote: Some Twitter applications (including

[twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread jaronbarends
The direction you'll want to be heading is letting the users allow your app access once. You can then store the user's oAuth token and oAuth token secret with their account. (instead of their username and password) These won't change unless the user revokes your website's access. jarón On Feb 1,

Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Jan Paricka
Leon, A script that unfollow people who do not follow back is very much against the terms of use of the twitter API. You cannot automate follow - unfolow. Great idea but it won't work with twitter. :-(( Jan On Wed, Feb 2, 2011 at 8:37 AM, Leon Meijer l...@lmeijer.nl wrote: Hi Jan, I'm

[twitter-dev] Setting custom Callback URL

2011-02-02 Thread giovani calota
Hi , I'm having a problem setting a custom callback URL from my end. My URL is something that twitter can't reach so I need to provide one from my code. I've looked at all the examples but something is not right I'm missing something , plus I have not seen an example similar to what I am doing

[twitter-dev] New Twitter bug?

2011-02-02 Thread cazz
I can hardly believe it's true but I discovered a rather strange issue Once you've added a twitter account to Tweetdeck, you're allowed to tweet from that account via Tweetdeck. No surprises so far But when you change your password in Twitter, there's no account/ password check again

Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Scott Wilcox
Hello, Tweetdeck uses the OAuth/Streaming API which is independent of your password. Are you suggesting that when you change your password it should invalidate your OAuth connections? If so, then no, it does not do that. Scott. On 2 Feb 2011, at 14:18, cazz wrote: I can hardly believe

[twitter-dev] Local JS File

2011-02-02 Thread arfaRed
Hi, I am using Twitter Search API. When I use http://widgets.twimg.com/j/2/widget.js, everything works fine. But when I try to make local copy of this JS(to avoid calling an external resource), all the links under any tweet appear as html code instead of links. Any Suggestions how to use

Re: [twitter-dev] Block count?

2011-02-02 Thread Taylor Singletary
There is no direct way to get this information from the API. The API will contextually indicate the accounts the current user blocks but it does not go the other way. GET http://api.twitter.com/1/blocks/blocking.json and GET http://api.twitter.com/1/blocks/blocking/ids.json are the relevant

RE: [twitter-dev] Block count?

2011-02-02 Thread Dean Collins
Thanks for the reply Taylor. Maybe what I was trying to explain was Is there anyway that I can check to see if an account has been blocked by more than 100,1000 etc accounts Don't need to know who blocked them, just need to know this is probably a suspect account and like SURBL I should

Re: [twitter-dev] Setting custom Callback URL

2011-02-02 Thread Taylor Singletary
Hi Giovani, We're working on making this UI and configuration quirk more navigable. You should set your application to a browser/web app, and use a placeholder URL (perhaps to your company's website) for your Callback URL. Then, when performing the oauth/request_token step, provide the custom

[twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Archia
Yes, this will be good. Are the user's oAuth token and oAuth token secret retrieved from these lines in index.php?: /* Get user access tokens out of the session. */ $access_token = $_SESSION['access_token']; $access_token['oauth_token']; $access_token['oauth_token_secret']; Thanks for your

Re: [twitter-dev] abraham / twitteroauth

2011-02-02 Thread Archia
You are correct of course. I set it up that way because the only functioning library I found for updating a user's Twitter status required them. The other libraries seem to be using basic authentication which caused them to fail. I'm finding oAuth challenging to use as well. Thanks --

Re: [twitter-dev] Block count?

2011-02-02 Thread Taylor Singletary
Unfortunately not. Our Trust Safety team is working on problems with spam; I trust they will continue improving this landscape. It's a multi-pronged problem of course: disincentivize spammers, make spamming more difficult, better detect spam, better filter for relevance, better empowering users

[twitter-dev] Error with Twitter Oauth (Abraham)

2011-02-02 Thread networkvb
I have this error when I install it : Failed to validate oauth signature and token Could not connect to Twitter. Refresh the page or try again later. I don't understand, because the code had been Ok before. The page is here : http://www.networkvb.com/twitter/ The file connect.php is Ok, the

Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Naveen Ayyagari
Not that I am advocating any change because I prefer the way it works now. But this has been a point of confusion for some of our users as well. The issue stems from when a user uses xAuth to authenticate, they understand it as they have used their password so if they change the app should no

Re: [twitter-dev] New Twitter bug?

2011-02-02 Thread Tom van der Woerdt
I'd say: get rid of xAuth, get rid of this problem (and probably a lot of other problems as well). Tom On 2/2/11 6:36 PM, Naveen Ayyagari wrote: Not that I am advocating any change because I prefer the way it works now. But this has been a point of confusion for some of our users as well.

[twitter-dev] Issues with GET users/show

2011-02-02 Thread Check
I am having problems getting a simple GET users/show.xml request to work. If I log in to http://dev.twitter.com/ and even try to use it on the Twurl console, I get a user not found error no matter who I request. If I make a request via my PHP in the format

Re: [twitter-dev] Issues with GET users/show

2011-02-02 Thread Abraham Williams
TwitterOAuth is abstracted a little bit more. You can do the following which will us JSON and automatically parse it into an object. $content = $connection-get(users/show, array('screen_name' = $NAME); If you really want to handle the XML parsing yourself you can do the following

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Abraham Williams
callback.php provides a good spot for saving access_tokens to a persistant storage. https://github.com/abraham/twitteroauth/blob/master/callback.php#L34 Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Archia
On Wednesday, February 2, 2011 1:29:08 PM UTC-5, Abraham Williams wrote: callback.php provides a good spot for saving access_tokens to a persistant storage. https://github.com/abraham/twitteroauth/blob/master/callback.php#L34 Abraham - Abraham Williams | Hacker Advocate |

Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-02 Thread Abraham Williams
I will just revoke access until authorization happens again. You don't have to revoke access though. You can just clear the sessions and go through the flow. It will be the same you just won't have to click allow each time. Abraham - Abraham Williams | Hacker Advocate | abrah.am

[twitter-dev] Tweets Back

2011-02-02 Thread bookert braziel
My tweets were took about 2weeks ago for some reason and i wanted to know when were they going to be returned? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm collecting all the tweets for potential 2012 presidential candidates, and I'm finding that /statuses/user_timeline returns much fewer tweets than listed as the total in an account. The docs say that this API call is limited to 3,200 tweets, but this is happening with accounts that have fewer

Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Matt Harris
Hey Adam, Do you include the parameter include_rts=1 ? Be default statuses/user_timeline doesn't include retweets so you have to add this parameter to retrieve a full timeline. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Feb 2, 2011 at 2:28 PM, Adam

Re: [twitter-dev] Missing tweets or invalid statuses_count

2011-02-02 Thread Adam Green
I'm using your OAuth library for this. I tried: $connection-request('GET', $connection-url('1/statuses/user_timeline'), array('screen_name' = 'barackobama', 'include_entities' = 't', 'include_rts' = 't', 'count' = 200, 'page' = $page)); I get the same set of tweets I

[twitter-dev] Retweet_count value is returning odd values

2011-02-02 Thread Adam Green
It looks like the retweet_count value is invalid. Here is what I do for 32 possible 2012 candidates: 1. Each hour I get all tweets from statuses/user_timeline. They each fit within the 3,200 limit. 2. Collect the value of retweet_count for all tweets for each candidate. 3. Sum these values to get

Re: [twitter-dev] Auto Post

2011-02-02 Thread Leon Meijer
Hi Goyal, You can achieve this by storing the users access token and load it when needed to post something to Twitter like I used in the TNO Web app on NewYear's eve. Regards, Leon _ From: goyal [mailto:arvindkuma...@gmail.com] To: Twitter Development Talk

Re: [twitter-dev] Twitter whitelisting question

2011-02-02 Thread Leon Meijer
Hi, Sorry for the communication problem (I don't have the right english words here sorry:P), but i'm not automating it ;) I only wrote a script which shows the user those people who are not following back, then the user can selecht (using a checkbox) who he/she wants to unfollow, I needed

[twitter-dev] Direct Message count

2011-02-02 Thread Leon Meijer
Hello developers, I know there has been a topic on this one before but I would like to bring it in once more, is there a way to get the Direct Message count using the API? On the (old) twitter website you saw the count behind the Direct Messages link on the right but in the API I can't