Unfortunately, there's no way around that.  The AuthSub and OAuth approval
pages have screen busting code to help prevent phishing attacks.
try {
  if (top.location.hostname != self.location.hostname) throw 1;
} catch (e) {
  top.location.href = self.location.href;
}

-e

On Tue, Jun 30, 2009 at 9:47 PM, Daniel Marashlian <daniel...@gmail.com>wrote:

>
> Hi Eric,
>
> Is there a way to have the OAuth connection page from Google stay in a
> modal popup?
>
> watch this: http://screencast.com/t/v38HOOVb
>
> (all I'm doing in the C# code is a Response.Redirect to your URL
> withing the popup modal that I open)
>
> thanks!
> Daniel
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Docs Data APIs" group.
To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com
To unsubscribe from this group, send email to 
google-docs-data-apis+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Docs-Data-APIs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to