[twitter-dev] What's the best practices when creating a mobile app as an extension to a web app in regards to oauth?

2011-05-05 Thread YCBM
Hi All, When an existing web app that is setup and registered on Twitter decides to launch a mobile extension, what are the best practices involved here with oauth? Are there may be benefits of registering a new app on Twitter with all new API key & Consumer Secret/Key than what you are using for

[twitter-dev] Re: Question on handling oAuth Echo using twitteroauth lib

2010-06-14 Thread YCBM
work. Does it need to be sent as a CURLOPT_POSTFIELDS as is? On Jun 14, 1:33 pm, YCBM wrote: > Hi All, > > Looking to use Abraham's twitteroauth lib on our site which is already > converted to oAuth for web-based login. > > We have an open API that other apps (consume

[twitter-dev] Question on handling oAuth Echo using twitteroauth lib

2010-06-14 Thread YCBM
Hi All, Looking to use Abraham's twitteroauth lib on our site which is already converted to oAuth for web-based login. We have an open API that other apps (consumers -- if i understand that correctly) will be posting to using oAuth Echo. Are there any sample PHP code that I can take a look at in

[twitter-dev] Re: Bulk Conversion using xAuth

2010-05-26 Thread YCBM
26, 11:34 pm, YCBM wrote: > Hi All, > > Is there any PHP script which I can take a look at to migrate users > from basic auth to oauth?  I've received temporary xAuth access and > want to get it done within the less than 7 days (can this be extended) > window granted. > > Thanks! > > Best, > Y

[twitter-dev] Re: Bulk Conversion using xAuth

2010-05-26 Thread YCBM
26, 11:34 pm, YCBM wrote: > Hi All, > > Is there any PHP script which I can take a look at to migrate users > from basic auth to oauth? I've received temporary xAuth access and > want to get it done within the less than 7 days (can this be extended) > window granted. > > Thanks! > > Best, > Y

[twitter-dev] Bulk Conversion using xAuth

2010-05-26 Thread YCBM
Hi All, Is there any PHP script which I can take a look at to migrate users from basic auth to oauth? I've received temporary xAuth access and want to get it done within the less than 7 days (can this be extended) window granted. Thanks! Best, Y

[twitter-dev] Re: Tweeting from PHP backed will also require OAuth in the upcoming changes?

2010-05-03 Thread YCBM
Hi Paul, Posting status updates using Basic Auth like that won't work any more after 6/30. You'll need to use a PHP oAuth class (there are a few of them at http://dev.twitter.com/pages/oauth_libraries#php) as well as register an oAuth app. Best, Y On May 3, 3:17 pm, "Paul A." wrote: > Hi guys

[twitter-dev] Re: Can a single app support oAuth and xAuth?

2010-04-24 Thread YCBM
dow itself and pass authorization back to a dialog window that uses XUL. Although the site itself is already using oAuth in a dev environment. Best, Y On Apr 20, 5:43 pm, Taylor Singletary wrote: > YCBM, > > Is it possible to handle a custom URI scheme in the context of your

[twitter-dev] Weird @Anywhere issue when logging into Twitter

2010-04-24 Thread YCBM
Hi, Just started noticing something really weird. I have registered an @anywhere app. Now whenever I log into Twitter.com, I'm redirected to the callback url in the app with the following appended to the url: #?oauth_error_reason=not_authed But just to clarify, I can almost 100% reproduce this

[twitter-dev] Re: Can a single app support oAuth and xAuth?

2010-04-20 Thread YCBM
t; > On Apr 19, 2010, at 9:14 PM, YCBM wrote: > > > > > Hi All, > > > Can you a single registered oAuth app on Twitter be granted access to > > xAuth as well? > > > We have a Firefox addon that let's people tweet the page they're on. > > Whi

[twitter-dev] Can a single app support oAuth and xAuth?

2010-04-19 Thread YCBM
Hi All, Can you a single registered oAuth app on Twitter be granted access to xAuth as well? We have a Firefox addon that let's people tweet the page they're on. While we're upgrading our site to support oAuth, we don't want to leave our Firefox addon behind. Is it possible to be granted xAuth f

[twitter-dev] Re: oAuth Echo - Questions on Best Practices

2010-04-19 Thread YCBM
Would it be best to field these questions to Twitter API team? Thought they were pretty common. No? On Apr 15, 9:21 pm, YCBM wrote: > Would appreciate any feedback or thoughts on this. > > On Apr 13, 3:03 pm, YCBM wrote: > > > > > Ok, so I'm a bit out of the loo

[twitter-dev] Re: oAuth Echo - Questions on Best Practices

2010-04-15 Thread YCBM
Would appreciate any feedback or thoughts on this. On Apr 13, 3:03 pm, YCBM wrote: > Ok, so I'm a bit out of the loop so I've been doing a lot of catching > up on oAuth Echo starting > withhttp://groups.google.com/group/twitter-development-talk/browse_thread > > Sc

[twitter-dev] Re: @Anywhere + Sign in with Twitter / oAuth

2010-04-15 Thread YCBM
I was just thinking about this earlier today. We're switching one of our projects to oAuth, and it seems a bit cumbersome to ask the user to approve access to 2 different apps from the same site. Especially considering the oAuth approval screens look totally different from each other. If it isn'

[twitter-dev] Re: Wrapping up Hovercards into a Wordpress Plugin

2010-04-15 Thread YCBM
I don't believe it will be that simple. Perhaps creating an admin panel for the WP plugin which asks for the api key with text about how to register for one. I dont think you can get around the subdomain/ domain restriction per key any other way. On Apr 15, 3:48 pm, Rhys Wynne wrote: > Hi guys

[twitter-dev] Re: Typos in @Anywhere Docs

2010-04-14 Thread YCBM
Forgot to include the doc url: http://dev.twitter.com/anywhere/begin On Apr 14, 10:07 pm, YCBM wrote: > Hi All, > > Playing around with @anywhere samples and noticed that there are > varying references to: > > twttr.anywhere(onAnyWhereLoad); > vs. > twttr.anywhere(

[twitter-dev] Typos in @Anywhere Docs

2010-04-14 Thread YCBM
Hi All, Playing around with @anywhere samples and noticed that there are varying references to: twttr.anywhere(onAnyWhereLoad); vs. twttr.anywhere(onAnywhereLoad); and... function onAnywhereLoad(twitter) vs. function onAnyWhereLoad(twitter) In some samples there is a mismatch of "onAnyWhereLoa

[twitter-dev] oAuth Echo - Questions on Best Practices

2010-04-13 Thread YCBM
Ok, so I'm a bit out of the loop so I've been doing a lot of catching up on oAuth Echo starting with http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c2c4963061422f28/d0b5ddeac81ecd84. Scenario is large number of Twitter clients accessing media upload api for our site s

[twitter-dev] Narrow Search to Group of Users

2010-03-15 Thread YCBM
Hi All, I'm looking to do a search for keywords on Twitter, however, I don't want to search the entire Twitterverse, but only a select number of users. For example, if I have a group of 10 users that I would like to see if they mentioned a keyword what are some of the options available? One opti

[twitter-dev] Handoff of Token's Between Apps

2009-10-30 Thread YCBM
and secret be stored for that user or is that a security concern? Thanks ycbm