The API is available only Since: API Level 8, so no luck with the vast
majority of devices.
Moreover, ignoring the ssl error doesn't look like a correct approach
as we would be ignoring also valid errors and potential attacks.
I think Foursquare should fix the certificate.
> I have solved this issue by overriding following method:
>
> @Override
> public void onReceivedSslError(WebView view, SslErrorHandler
> handler,
> SslError error) {
>
> handler.proceed();
> }
>
> On Nov 2, 5:52 pm, Dave Ingram <
d...@dmi.me.uk> wrote:
>
>
>
>
>
>
>
> > On 02/11/10 05:38, adnan raja wrote:> I am trying to implement foursquare OAuth based authentication in my
> > >androidapp. It works fine in my Andorid web browser, but it displays
> > > "301moved permanently" error inAndroidwebview. I tried to debug it