[twitter-dev] Twitter Basic Authentication

2010-05-31 Thread Sakthi
Hi, We are using basic authentication API method in our application (Which is already in appstore)for twitter login and for sharing the text...whether it will work fine after june 30th or we must have to give new update with oAuth API ...please give us guidance to resolve this issue..

Re: [twitter-dev] Twitter Basic Authentication

2010-05-31 Thread Jann Gobble
You must have the new oAuth API in place or your app with no longer work.. Twitter has given the drop-dead date for removal of the Basic Auth privileges for EVERYONE as June 30th. Sorry Jann On May 30, 2010, at 10:41 PM, Sakthi wrote: Hi, We are using basic authentication API

Re: [twitter-dev] Annotations Hackfest wiki page

2010-05-31 Thread Abraham Williams
For those who could not make it to the Twitter office I snipped the introduction from the start and the demoes from the end: http://blog.abrah.am/2010/05/twitter-annotations-hackfest-highlights.html Abraham On Sat, May 29, 2010 at 12:32, Ryan Sarver rsar...@twitter.com wrote: Here is the page

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Rich
Assuming you've already got the code for oauth itself working there isn't much more you need to do When you create an oauth request you are adding an Authorization header to the HTTP request that contains your oauth signatures. For oauth echo you need to generate that header as if you are

[twitter-dev] Re: How long does it take to get approved with xAuth?

2010-05-31 Thread Rich
I consider it completely the opposite and that the oauth workflow is more secure than the xauth one. To me seeing the Twitter website login page shows me that only Twitter will see my login information and not the client app itself An xauth workflow the app should only pass it on in exchange for

[twitter-dev] Re: Clock Ticking on Basic Authpocalypse

2010-05-31 Thread Rich
I posted such a list a week or so back I have successfully integrated: Twitpic Yfrog (they only allow the XML version of verify_credentials rather than json) Twitgoo Mobypicture Twitvid I believe pikchur also supports it but I haven't had the chance to test it yet On May 31, 1:30 am, Ron

[twitter-dev] Re: Clock Ticking on Basic Authpocalypse

2010-05-31 Thread Ron
Thanks for the reply. Yes, I did see your earlier post. I was hoping someone from Twitter would have greater insight into which media hosting services they were working with (assuming Twitter would most likely be involved at a corporate level with these other companies), and what features may be

[twitter-dev] Twitter API - Grab profile pic URL

2010-05-31 Thread Bruce
Hey Guys, I am having trouble trying to grab my Profile Pic URL via the API. I am trying to grab it using the following path - http://twitter.com/statuses/user_timeline.xml?id=username but it returns the default profile picture (http://s.twimg.com/a/1274899949/

Re: [twitter-dev] Twitter API - Grab profile pic URL

2010-05-31 Thread Mark McBride
Try using http://twitter.com/users/show/your user id or screen name.xml instead. The user objects in user_timeline may be stale. ---Mark http://twitter.com/mccv On Mon, May 31, 2010 at 4:40 AM, Bruce bruce...@gmail.com wrote: Hey Guys, I am having trouble trying to grab my Profile Pic

Re: [twitter-dev] Re: How long does it take to get approved with xAuth?

2010-05-31 Thread Jann Gobble
On May 31, 2010, at 9:25 AM, Bernd Stramm wrote: In any case Jann, you have convinced me of something I strongly suspected - I really should get xauth for my application as well. If I have convinced one person today, I have done my job. I am used to that -- what with being a Mac user for

Re: [twitter-dev] Twitter API - Grab profile pic URL

2010-05-31 Thread Abraham Williams
There is also https://api.twitter.com/1/users/profile_image/abraham. Abraham On Mon, May 31, 2010 at 07:45, Mark McBride mmcbr...@twitter.com wrote: Even better, use http://api.twitter.com/1/users/show/your user id or screen name.xml. Using http://twitter.com for API calls is frowned upon

[twitter-dev] Re: @Anywhere - Login - Custom HTML Button instead of Connect With Twitter

2010-05-31 Thread Giovani Martini
Hi, try connectButton(). Here is an exemplo: http://dev.twitter.com/anywhere/begin#auth-events On 31 maio, 02:33, smaira sameerma...@gmail.com wrote: Hi, I have made a similar post about this here : http://groups.google.com/group/twitter-development-talk/browse_thread... but I accidentally

[twitter-dev] Haughin library and update_profile

2010-05-31 Thread luisg
Hey, I'm developing a web application using the Haughin library. It works quite cool. Now I was trying to update the user profile: name, location, url and description but I not getting it... I'm doing like: $user = $this-twitter-call('account/update_profile', array('name' = $name, 'url' = $web,

[twitter-dev] Can you help in building this query

2010-05-31 Thread Ashwani
Hi Friends, Please can you help me in building Twitter search query: get tweets which are from user A and also get tweets which are from user B but contains 'happy' as keyword So all (as per the limit) tweets from user A. But only those tweets from user B that contains 'happy' as keyword. I'm

[twitter-dev] Thoughts on annotations

2010-05-31 Thread Zac Bowling
This weekend's hackfest was at Twitter HQ was fun. About a couple dozen of us stayed awake for about 30 hours and still had enough to energy to present. Some pretty amazing things created and we helped identified a bunch of bugs. Now that I've had a chance to go home and catch up on some

[twitter-dev] Re: geo enabled tweets in the twitter stream

2010-05-31 Thread tweerkman
I have the same problem. I using the search API to find tweets near a geolocation. But I only want to receive results that are specifically geotagged with lat / lon coordinates. Is there a way to tell the API not t return anything that doesn't have LAT/LON? On May 26, 7:54 pm, John Kalucki

[twitter-dev] Re: Thoughts on annotations

2010-05-31 Thread zbowl...@gmail.com
I was still waking up and recovering from yesterday when I wrote this so forgive the typos, grammar, and mixing up attributes as annotations. I also wanted to mention that I'm glad that twitter didn't confuse annotations by using the term namespace or providing some kind of mechanism that goes

[twitter-dev] Bug on dev.twitter.com login page

2010-05-31 Thread Ernandes Jr.
Hi, As soon as I enter my credentials on Twitter's dev login page and press Sign In, the website is redirecting me to http://*dev.*dev.twitter.com/, instead of http://dev.twitter.com/. Regards, -- Ernandes Jr. - ALL programs are poems. However, NOT all programmers are

Re: [twitter-dev] Bug on dev.twitter.com login page

2010-05-31 Thread Taylor Singletary
Thanks. We'll have this fixed soon. For now, just remove the bonus subdomain. On Monday, May 31, 2010, Ernandes Jr. ernan...@gmail.com wrote: Hi, As soon as I enter my credentials on Twitter's dev login page and press Sign In, the website is redirecting me to http://dev.dev.twitter.com/,

[twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Deepa
Could you please suggest the link where I can ask for TwitVid library with OAuth support. On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote: I would think the TwitVid library would include the method but you will have to ask them. Abraham On Sun, May 30, 2010 at 20:51, Deepa

Re: [twitter-dev] Re: Uploading videos to Twitter using OAuth

2010-05-31 Thread Abraham Williams
http://www.twitvid.com/index.php?area=aboutaction=contact On Mon, May 31, 2010 at 21:19, Deepa deepapai0...@gmail.com wrote: Could you please suggest the link where I can ask for TwitVid library with OAuth support. On May 31, 9:01 am, Abraham Williams 4bra...@gmail.com wrote: I would think