[twitter-dev] Re: iPhone twitter client

2011-01-19 Thread Bess
It's hard to trouble shoot with a single file. There are many pieces and steps involved to get the entire work flow to work. I write close to 30 pages not including screens to explain it in details. On Jan 18, 9:03 pm, ronnocv ronnocv11223...@gmail.com wrote: I tried to make a twitter client i

[twitter-dev] Re: iPhone twitter client

2011-01-19 Thread Bess
I'd like to get feedback on possible webinar on iOS Twitter API. Such as - What are your pain points of integrating Twitter on iOS app? - What are your main problems? - What would you like to achieve using Twitter API on iOS app? Can anyone suggest any good online webinar? learning platform? On

Re: [twitter-dev] Re: iPhone twitter client

2011-01-19 Thread Tom van der Woerdt
Answers inline. Sent from my iPhone On Jan 19, 2011, at 9:32 AM, Bess bess...@gmail.com wrote: I'd like to get feedback on possible webinar on iOS Twitter API. Such as - What are your pain points of integrating Twitter on iOS app? Launching the iOS simulator takes long. For me that's it.

Re: [twitter-dev] Feature Request: Share Box from Tweet button optimized for mobile device

2011-01-19 Thread Mauro Asprea
+1 to this for me too! On Wed, Jan 19, 2011 at 2:44 AM, Matt Harris thematthar...@twitter.comwrote: Hi Kevin, This is a feature on the teams roadmap. We don't have a timeline for when or if this will be implemented but we know it's something developers would like to see. If anything does

[twitter-dev] http follow request me on twitter

2011-01-19 Thread dr_begemot
I want to make a button for LJ and forums. On click button, if the user is logged into Twitter, should occur Follow me by this user. Button in the form of pictures into the tags a. Example: a href=http-request for follow me on twitterimg src=link for button picture/a What http-request I should

[twitter-dev] a workshop to show and promote your twitter-based apps

2011-01-19 Thread MilStan
Dear Twitter App developers, we are organizing a workshop dedicated to making use of Twitter and the meaning hidden in tweets (and other similar microposts). Our aim is to attract demo presentations of interesting apps that make use of micropost semantics, and bring together app designers with

Re: [twitter-dev] http follow request me on twitter

2011-01-19 Thread Taylor Singletary
Right now, the best way to accomplish this is going to be with @Anywhere's follow buttons: http://dev.twitter.com/pages/anywhere_begin -- it requires registering an app with Twitter embedding some Javascript on the pages you want these features on. A simpler solution but also not quite what

[twitter-dev] Re: http follow request me on twitter

2011-01-19 Thread dr_begemot
Thank you) I'm drawing my own button (more like) - http://www.ljplus.ru/img4/d/r/dr_begemot/follow_me_on_twitter.png As I know scripts doesn't support in LiveJournal :( But I want only http-request for direct follow user, but as I saw on this page (http://twitter.com/about/resources/buttons)

[twitter-dev] Re: Net::Twitter::Lite cannot authenticate me

2011-01-19 Thread Marc Mims
* Sol sol.leder...@gmail.com [110115 11:02]: Hello. I'm trying to tweet programmatically using the Net::Twitter::Lite perl module. I use their example verbatim, with my consumer_key and consumer_secret which I got by registering an app on twitter. Did you also copy/paste your access token and

[twitter-dev] Twitter in Android Scribe

2011-01-19 Thread Sergey Okhotny
I'm writing twitter share functionality for android application Trying to use org.scribe.oath And some problem on access_token method after user has allowed access update to my application on web form. I recevice oauth_verifier string and then try to call getAccessToken and * ALWAYS* get empty

[twitter-dev] Counting retweets

2011-01-19 Thread Guilherme Schmitt
Hello. My name is Guilherme Mello, and I am a brazilian web developer. I was wondering if there is a way to count how many retweets have been made from a single tweet. I know that the twitter API has a retweet_count attribute. But seems that is limited, as return 100+ instead of a real integer

[twitter-dev] Blackberry Twitter Client

2011-01-19 Thread Himanshu
Please suggest me tutorials, reading material or forums to getting started with developing a Blackberry Twitter Client. Thnx in advance. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

Re: [twitter-dev] Re: iPhone twitter client

2011-01-19 Thread ronnocv11223344
I'm making an app just like taptweet Sent from my iPod On Jan 19, 2011, at 3:32 AM, Bess bess...@gmail.com wrote: I'd like to get feedback on possible webinar on iOS Twitter API. Such as - What are your pain points of integrating Twitter on iOS app? - What are your main problems? - What

[twitter-dev] Twitter4J 2.1.11 released - improved streaming API support stability

2011-01-19 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 BSD license. Please note that Twitter4J is an independent open-source project, and is not sponsored or affiliated by Twitter.com. For Twtter4J

[twitter-dev] Re: Use of OAuth in Xcode to use twitter API

2011-01-19 Thread Bess
Our publisher is Pearson under Sams Teach Yourself Twitter API in 24 Hours. I'll look into how to create webcast. Do you suggest any tool? On Jan 19, 1:32 pm, Rob Wilson netp...@gmail.com wrote: Hi Sangeeta, I'm really needing this information now - I don't suppose there's an early release

[twitter-dev] Re: Twitter in Android Scribe

2011-01-19 Thread Bess
Why don't you use a Twitter OAuth Java library who has been proven to work on Android? On Jan 19, 8:55 am, Sergey Okhotny okho...@gmail.com wrote: Update: Why if I callhttps://api.twitter.com/oauth/request_tokentwice on second time i get empty response? -- Twitter developer documentation and

[twitter-dev] Re: Blackberry Twitter Client

2011-01-19 Thread Bess
There is ONLY ONE Twitter OAuth J2ME lib that work on BlackBerry SDK 5. I was about to cover the Blackberry Twitter integration for the developer book but I am restricted to limit the chapters and page sizes to only iOS and Android. On Jan 19, 3:06 pm, Himanshu himso...@gmail.com wrote: Please

Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-19 Thread Tim Haines
Unfollow events have been turned back on. On Wed, Jan 19, 2011 at 4:10 PM, Yusuke Yamamoto yus...@mac.com wrote: Thanks for your prompt response! -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/tweetable [ ] private follow me on : http://twitter.com/yusukeyamamoto

[twitter-dev] Search for terms ignoring punctuation have stopped working properly

2011-01-19 Thread Niv
Hello. Until recently, searching using the Search API and the Streaming track filter matched terms ignoring punctuation. Searching for att used to match statuses containing ATT, at t, at.t, etc. Currently, searching for ATT Server or att server return different results - specifically, searching

Re: [twitter-dev] Re: Use of OAuth in Xcode to use twitter API

2011-01-19 Thread Rob Gmail
If it's a recorded screencast that you want to deliver, over the web, then camtasia is your solution - to record and annotate your screen with voice, annotations, chapters. If you want a live conference with up to 1000 viewers, try goToWebinar. Both will work very well, however one is more