[twitter-dev] Re: Basic question re Snowflake/K-sorted

2010-11-05 Thread @Joel_Hughes
Thanks John, that's the fall back tactic I was considering! Thanks for your help Joel -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Re: #newtwitter direct message UI

2010-11-05 Thread Ken D.
Good points. The order is not random - it's the same each time - just baffling and useless. Perhaps we are meant to delete read messages? A useful 3rd party app might archive and delete them, leaving only new messages on Twitter and helping to resolve the rogue app reading dms issue. On Nov 5,

Re: [twitter-dev] Long representation of Snowflake ids

2010-11-05 Thread Furkan Kuru
Oh well, but nevertheless I will need a conversion on the php side because I store it in long format in a java search server (Solr) and it returns in scientific notation as well. Maybe I find a way to return a id_str sytle return type of Solr. Thank you, On Fri, Nov 5, 2010 at 2:50 AM, Matt

[twitter-dev] Re: #newtwitter direct message UI

2010-11-05 Thread Ken D.
Oh great. I just got my first email spam purporting to be a Twitter DM notification. On Nov 5, 9:19 am, Ken D. k...@cimas.ch wrote: Good points. The order is not random - it's the same each time - just baffling and useless. Perhaps we are meant to delete read messages?  A useful 3rd party app

[twitter-dev] Updating a profile image

2010-11-05 Thread pezholio
Hi, I'm using the PHP Twitter oAuth library (https://github.com/abraham/ twitteroauth) to send a tweet and update a user's profile image. The tweet sends OK, but when I echo out the result of the call, I get the Something is technically wrong. page and a 500 error code in the header. Here's an

[twitter-dev] Posting to tweeter directly via JS?

2010-11-05 Thread Damien
Hello all, I am in need of developing a JS manner of making a tweeter post that is slightly different from what Twitter already offers (I mean the Tweet button). THe post I need to make comes under this form: Please visit A.BBB using very long URL here If I use the Tweet button, the very

Re: [twitter-dev] Re: Suggestion for new feature ..

2010-11-05 Thread Alexandre E.
Hi ! The Favorite option have another concept, and is visible for all! I´d like an option, for mark tweets for read later ... and if is possible, setting a relevance or tags :: Sorry for my BAD english ! :( Regards, On Thu, Nov 4, 2010 at 7:47 PM, Ken D. k...@cimas.ch wrote: Favorite

[twitter-dev] Site Streaming Question

2010-11-05 Thread Andrew Holman
I am curious how people are handling streaming in general. With the new site stream functionality, are you only grabbing streams for people who are currently active on your site or are you streaming for all users in giant groups as the twitter spec proposes. I am just brainstorming ideas and

[twitter-dev] Twitter4j on android always return invalid/expired token

2010-11-05 Thread lacasrac
My code is the following: public static void loginTwitter(Context mycontext) { if (savedToken==null) { try { consumer = new CommonsHttpOAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET);

[twitter-dev] Re: Where to get Twitter API

2010-11-05 Thread Damien
Hi, The Tweeter API itself is not platform-specific. The Tweeter API works as a web service and it all comes down to building HTTP requests and reading responses. To develop, you do not need to download anything. However, to make developing easy, there are a number of libraries available at

[twitter-dev] the Sharing API

2010-11-05 Thread Damien
Hello all, Quick question: is it possible to somehow NOT share a URL? (say if I just want to share text which my site dynamically creates) Or is it possible to somehow customize the shared URL's position whithin the text? Thanks! -- Twitter developer documentation and resources:

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
۔ the above Unicode character is the closest I could find to a dot, without being a dot... On Nov 5, 11:15 am, Damien thequietdr...@gmail.com wrote: Hello all, I am in need of developing a JS manner of making a tweeter post that is slightly different from what Twitter already offers (I mean

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
cool, that seems to have worked. Just that it's a funny character to work with: #1748; - try and you'll see Anyway it probably defeats the URL parsing. On Nov 5, 5:11 pm, Ken D. k...@cimas.ch wrote: ۔ the above Unicode character is the closest I could find to a dot, without being a dot...

[twitter-dev] Re: Posting to tweeter directly via JS?

2010-11-05 Thread Ken D.
Try tweeting this: http://not-a-url۔com On Nov 5, 11:15 am, Damien thequietdr...@gmail.com wrote: Hello all, I am in need of developing a JS manner of making a tweeter post that is slightly different from what Twitter already offers (I mean the Tweet button). THe post I need to make comes

[twitter-dev] Re: Twitter4j on android always return invalid/expired token

2010-11-05 Thread Yusuke
Hi, Could you post Twitter4J specific question to http://groups.google.com/group/twitter4j along with the stacktrace? Thanks, Yusuke On Nov 5, 11:40 pm, lacasrac lostinwa...@gmail.com wrote: My code is the following:         public static void loginTwitter(Context mycontext) {            

[twitter-dev] Re: Exception while using count parameter of streaming api

2010-11-05 Thread revati choudhari
Thanks for your reply. Actually I have the Shadow access level, which means that I should be able to use the count parameter. Why do I still get the exception? :( Also, I didnt understand what you mean by endpoint? Please explain. Does Note that the count parameter is not allowed elsewhere,

[twitter-dev] Re: Twitter followers order

2010-11-05 Thread nischalshetty
As far as I know, it has always been that way. Followers are ordered based on when you follow them with the most recent follows appearing first. -N On Nov 5, 8:04 am, Senthil Kumar mastersenthilku...@gmail.com wrote: I know that previously there was no particular order in which followers were

[twitter-dev] Re: followers of followers count

2010-11-05 Thread jlezard
Hello Joel, An easier way would be to get the followers ids, then for each id get user info, which contains followers and friends count. ( to get user info best way is to do it 50 ids at a time with http://api.twitter.com/version/users/lookup.format Hope this helps, Joe On Nov 4, 2:14 pm,

[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-11-05 Thread Orian Marx (@orian)
That's really unfortunate. Any chance someone could give us more insight into this? @themattharris? @episod? @raffi? On Nov 5, 1:21 am, Abraham Williams 4bra...@gmail.com wrote: Looks like they changed it. Maybe it didn't scale. Abraham - Abraham Williams | Hacker Advocate

[twitter-dev] Removing new_id from Streaming on or after Monday November 15, 2010

2010-11-05 Thread John Kalucki
The new_id field in Streaming is redundant now that we've completed the switch to the Snowflake status id generation scheme. We'll drop the new_id field from Streaming on or after Monday November 15, 2010. If you are dependent on the new_id field, switch back to the main status id as soon as is

[twitter-dev] Re: Random 403 Denied due to update limit errors.

2010-11-05 Thread PeterElsner
Hi Guys, thanks for the information. I'm sure the authentication is successful. I use the secret_tokens to post that I had generated. This is running on my own server and no other app/program on that server is accessing Twitter. Someone else mentioned that it might also return a 403 error if