All the facebook, twitter & LinkedIn api are working properly i have integrated this into my project. But still google api code is not findin in your site.
The remote server returned an error: (403) Forbidden.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.WebException: The remote server returned an error: (403) Forbidden.
Source Error: Line 24: Line 25: string code = Request.QueryString["code"]; Line 26: string json = GoogleConnect.Fetch("me", code); Line 27: GoogleProfile profile = new JavaScriptSerializer().Deserialize<GoogleProfile>(json); Line 28: lblId.Text = profile.Id;
i m creating a website regarding my products now i want connect my site to facebook,twitter,myspace now i want is that i can enter or write on my webpage ,links etc should automatically write to my walls of facebook and me n also automaticaaly tit to my twitter is this possible what should i use
I need to implement google analytics in my asp.net website where I can see all website visits, Bounce Rates, Unique Visitors, Page Views, Country, etc from my website admin panel.
Is there any way to install google plugin's in .net. for e.g. if chinese wan't there content should display in there language then it should display on one click
I'm trying to make a web application to create a google route map for a ride. In which I want to map the Marker places as a support station on given route how can I do this.
I am implementing google translate in my asp.net through that we can translate our website to 60 more language but when I implement totally my alignment is changing so what to do now?
I want to share text and images on Google Plus using C# asp.net application. I have alredy implemented this for Facebook wall Post and Twitter Twitt using your refrance code.
(I am using 3- tire architeture (C# ASP.NET) for implementing website )