Category: API

the relative virtual path is not allowed here

When I try to display the html file HostingEnvironment.MapPath I got the error. "An exception of type 'System.ArgumentException' occurred in …

Read Article

Translate a page to other languages- Google translate plugin

In this article I will show you how to translate a page to other languages using the google translate plugin. …

Read Article

API-Google places autocomplete jQuery example?

In this article, I will show you how to get address from google maps places autocomplete using jQuery. If a …

Read Article

Solved-URL blocked: The redirect failed because the redirect URI is not whitelisted the app’s client oAuth settings.

I am using the facebook login API, when I click the login button I got the following error “The redirect …

Read Article

Refused to display 'https://www.facebook.com/home.php' in a frame because it set 'X-Frame-Options' to 'DENY'.

I am using Facebook authentication API, I got the following error “Refused to display in a frame because it set …

Read Article

Google Maps API error: MissingKeyMapError

Google allows authenticated users to access their APIs using an API key. To get started working with google maps API …

Read Article

How to use google map API in website?

In this article, I will show you how to integrate google maps into website. The google maps API v3 accepts …

Read Article

How to implement URL shortener google API in asp.net application?

The google URL shortener allows you to make URL shortened which will expand, when the user access on it, will …

Read Article

How can get favicon using google webservice?

You can get favicon.ico from the root folder of the website using Google web service, but this service is not …

Read Article

Google API-Refused to display in a frame because it set X-Frame-Options to SAMEORIGIN.

If you have not set URL path or worng URL path specified in the Authorize Javascript Orgins, it may leads …

Read Article

[solved] 401. That’s an error.Error: invalid_client no registered origin

When I was trying to run the application I had faced this problem. It was resolved by setting authorize redirect …

Read Article

How to transliterate from english to other language using Google Transliterate API?

In this article you will learn about Google Transliterate API and how to handle and use it.

Read Article