[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread Matthieu GD
On May 3, 8:00 pm, LoungeFlyZ wrote: > Hi Ben, > > Thanks for your reply about this issue.  I am also seeing this in my > Windows Phone 7 application. > > Something has changed in the last few days and now the page is > rendering a little "better" but scrolling/panning/zooming isnt working > & i

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread LoungeFlyZ
Hi Ben, Thanks for your reply about this issue. I am also seeing this in my Windows Phone 7 application. Something has changed in the last few days and now the page is rendering a little "better" but scrolling/panning/zooming isnt working & i cant enter text in the username or password fields.

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-03 Thread LoungeFlyZ
Thanks a lot Ben, I am also seeing this behavior on Windows Phone 7. How can i help you with this? Something changed again recently (i.e. last couple of days). Now i see the page rendering "better", but scrolling/panning/zooming dont work & i cant enter anything into the username/password text

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Matthieu GD
On Apr 30, 7:18 pm, Ben Ward wrote: > Hi Bob, Tom, and others, > > On Apr 29, 2011, at 11:50 PM, Bob12345 wrote: > > > I've been using a WebBrowser control in my Window Phone application to > > login into Twitter. Today I noticed that the login/authorization page > > format had changed and it is

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Matthieu GD
this message don't indicate any security concerns: http://groups.google.com/group/twitter-api-announce/browse_thread/thread/3aac43cb45873232 On Apr 30, 7:13 pm, Tom van der Woerdt wrote: > On 5/1/11 12:47 AM, Matthieu GD wrote:> On Apr 30, 12:09 pm, Tom van der > Woerdt  wrote: > >> I've heard

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Matthieu GD
and the doc page for OOB authentication is not available : http://dev.twitter.com/pages/auth#oob Amateur hour here we come I'm going to ask for a xauth exception On May 1, 7:52 am, Bob12345 wrote: > I figured out an easy workaround for WP7 WebBrowser: > 1) Navigate to a local dummy page in

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Matthieu GD
On May 1, 7:52 am, Bob12345 wrote: > I figured out an easy workaround for WP7 WebBrowser: > 1) Navigate to a local dummy page in your isolated storage before > going to the oAuth page -- somehow this fixes the scrolling > 2) Set the width of the 'auth' div to the width of your screen by > invoki

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Bob12345
I figured out an easy workaround for WP7 WebBrowser: 1) Navigate to a local dummy page in your isolated storage before going to the oAuth page -- somehow this fixes the scrolling 2) Set the width of the 'auth' div to the width of your screen by invoking javascript on the browser-- this uncrowds the

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Rich
OK I spoke to soon :) It does still seem to be working on UIWebView, not sure about other mobile web browsers. I do like the look and feel of the new login pages On May 1, 8:54 am, Rich wrote: > Twitter what have you done, it takes WEEKS to get updates through > Apple's review process and now yo

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Rich
Twitter what have you done, it takes WEEKS to get updates through Apple's review process and now you break all apps that use oAuth through embedded browser controls, and yet seriously how is it any different to using xAuth. Please restore this ASAP! On May 1, 12:54 am, Matthieu GD wrote: > On Ap

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Matthieu GD
On Apr 30, 7:13 pm, Tom van der Woerdt wrote: > On 5/1/11 12:47 AM, Matthieu GD wrote:> On Apr 30, 12:09 pm, Tom van der > Woerdt  wrote: > >> I've heard this before. > > >> It sounds like all UIWebView, WebBrowser and probably Android's WebView > >> are blocked. This is definitely a *good* thi

Re: [twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
On 5/1/11 12:47 AM, Matthieu GD wrote: On Apr 30, 12:09 pm, Tom van der Woerdt wrote: I've heard this before. It sounds like all UIWebView, WebBrowser and probably Android's WebView are blocked. This is definitely a *good* thing for security reasons. They are not blocked, it's *only* a proble

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Matthieu GD
On Apr 30, 12:09 pm, Tom van der Woerdt wrote: > I've heard this before. > > It sounds like all UIWebView, WebBrowser and probably Android's WebView > are blocked. This is definitely a *good* thing for security reasons. They are not blocked, it's *only* a problem of layout. > The "workaround" I

Re: [twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Tom van der Woerdt
Yes. But I don't like xAuth :-) (Not that that should be relevant for you) Anyway, the "Microsoft.Phone.Tasks.WebBrowserTask" is exactly what I meant. Can you get WM7 to recognize a yourapp:// URL (custom scheme)? You could have the OAuth login flow redirect back to that page with the oauth co

[twitter-dev] Re: New oAuth Authorization screen is unusable on phone webbrowser control

2011-04-30 Thread Bob12345
Thanks for your response Tom, but I am not sure whether this could be done on a Windows Phone 7. The only way to open a regular browser window from a Silverlight app on the phone(that I know of) is to use Microsoft.Phone.Tasks.WebBrowserTask and that just opens a webpage. Would it be possible to b