Social Networking :: Fetch Contacts From Google Gmail Error 403 Forbidden
May 7, 2015I am getting this error !!
The remote server returned an error: (403) Forbidden
I follow this link [URL] ....
I am getting this error !!
The remote server returned an error: (403) Forbidden
I follow this link [URL] ....
while importing google(gmail) contacts getting an error that
Execution of request returned unexpected result: [URL]
I read "Import Contacts from Google Gmail Account in ASP.Net using C# " article [URL] .....
Its very nice, i follow all steps as per article, it working fine. But i face one problem, through this we get only 10 contacts. I need to fetch all contacts present in my email account. What should i do.
Is there any solution to retrieve phone no using this dll [URL] ....
View 1 RepliesServer Error in '/googlelogin' Application.
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;
[Code] ....
I want to call facebook graph web api to get friend list of logged in user with some information of them like email id and mobile number can I do this in asp.net application.
View 1 RepliesI am getting
Code: 403 Message: Insufficient Permission More Details: Code: insufficientPermissions Message: Insufficient Permission
Also your demo is not working in asp snippet.
[URL] .....
[URL]
i am getting multiple marker from database (like places visit) . But on same page i have to get a single marker(represent the current position)
my query to get sing marker is
DataTable dt = this.GetData("select top 1 * from LocationDB ORDER BY Locationid DESC");
rptMarkers.DataSource = dt;
rptMarkers.DataBind();
i get only multiple marke in the first div and in othe div its empty (to show current position).
how can i show two different map on one page.
how to import Hotmail contacts in asp.net
View 1 RepliesI want to add feature in my c# website which can import client contacts to mailchimp, i read about Mailchimp API, but i dont understand how to use it, how to start it. i searched seaveral artical realated to it, but didnt got perpect steps to follow. i am new to asp.net.
View 1 RepliesImporting contacts from facebook to excel using asp.net
View 1 Replieshow to create chat window that we see in gmail while chatting.. What will be the design source code and c# code for that.
View 1 RepliesImporting contacts (information like friends email ids) from facebook to excel using asp.net
View 1 RepliesI want to display all facebook wall post in my application in .net
View 1 RepliesI have read your article Fetch and import Facebook Friends and Contacts with profile pictures in ASP.Net, now i want importing email ids of all friends also as contact. I tried a lot but fiasco, I dont know how to do it with or without extended permission...
View 1 RepliesThis tutorial nice. Here I have one problem..that is how can i get Code value... In pageload
string code = Request.QueryString["code"];
I want to use google map , which show the location, address
How to do this....?
I just visit this [URL] .... but how can we trace postcode from facebook?
View 1 RepliesAll 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.
View 1 RepliesI 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.
View 1 RepliesRefer link [URL]..... but when I run page in chrom it show this message...
if I click allow it will show googlemap and if I click deny it doesn't show googlemap...
And in firefox it doesn't show googlemap anymore...
I want it shows google map with out any message in all browser...
I am new in Asp.Net Web development. How to integrate Google Heat Maps into Asp.Net(C#) web application?
View 1 RepliesIs 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
View 1 RepliesHow to Post message on Google Plus using Asp.net and C#?
View 1 RepliesI'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.
View 1 Replies