Web Forms :: Looking For Social Networking Sites Source Code?
Feb 10, 2010provide me any source code of social networking sites in .net....
for my project........
or related source code such as orkut, face book, hi5 etc..
provide me any source code of social networking sites in .net....
for my project........
or related source code such as orkut, face book, hi5 etc..
We have login any one of the Google Group site. It is not required login to another. Its automatically open requested page.
When I close the one site. another site working. what is the login behind this.
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
View 6 Replieshow to find out zip code searching from address?
View 1 RepliesIn this example ... Im getting error once im logged in no issue ... after that i tryed another login id the previous id details shown in that Lable ...
The exact place for that error ...
FaceBookConnect.API_Key = "app key"; FaceBookConnect.API_Secret = "app secret code";
if (!IsPostBack) { if (Request.QueryString["error"] == "access_denied")
{ ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('User has denied access.')", true); return; }
string code = Request.QueryString["code"]; // here code takes Null for 2nd login if (!string.IsNullOrEmpty(code))
{ string data = FaceBookConnect.Fetch(code, "me"); Facebooklogin faceBookUser = new JavaScriptSerializer().Deserialize<Facebooklogin>(data); faceBookUser.PictureUrl = string.Format("https://graph.facebook.com/{0}/picture", faceBookUser.Id);
This tutorial nice. Here I have one problem..that is how can i get Code value... In pageload
string code = Request.QueryString["code"];
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace testing1 {
[Code] ...
This is not working after i am entering the pin and clicking fill city , state country all the spaces are staying blank why ?
I just visit this [URL] .... but how can we trace postcode from facebook?
View 1 RepliesI am developing a social networking site.I want to create a photo album.But I dont know how to start.Please guide me and steps how to create aphoto album and how to store photos and fetch the photos.I am using asp.net,C#,sql server and Ajax.
View 4 RepliesHow can i integrate social networking at web site.
View 1 Replieshow to post on facebook page using asp.net web forms.
View 1 RepliesI m going to make social networking website.. but i dnt know from where i have to start?
well.. main thing is that i m going to design page. but i cant set control side by side... i think u all can get wt i want say..
hw i manage that??
In login with twitter example how should i logout from the twitter.
View 1 RepliesI want to use google map , which show the location, address
How to do this....?
I have seen your codes to integrate facebook in our application but in none of the code you have written how to logout once authenticated in facebook. I am asking this bcoz facebook session has been started so need to provide user with logout button.
View 1 Repliesi want to get pages name which is created in facebook
so, i can post message in particular page.
Suppose , if i want to post some business related post than i select that page and post message on the selected page
I have tested the solution in the tutorial for getting users information from Login with Facebook (AspSnippet dll). My answer: is it possible to get also First name, Last Name?
View 1 RepliesI am creating a Social Networking Website. I want to know how to add friends in a social networking website in which a user sends friend's request to other user and the other user approves or denies the request. The user also gets added to the friend's list.
I am unable to write code for this and also not found any such code. It would be very useful for me to get the code.
How to connect our site with facebook and twitter websites and display tweets in home page?
View 1 Repliesi am in the process of developing a social networking web app using asp.net mvc 2 and asp.net 3.5 sp1.I have implemented user authentication and role management (like admins, etc...) and i was wondering how i could implement page caching in such a scenario based on the user currently logged in.
Note that the web app page urls may, or may not contain the name of the user authenticated and that there are also pages available to both authenticated and both authenticated users.
What i would like to avoid is to make a cache version of a page for an authenticated user, available to a non authenticated or to another authenticated user.
how to import Hotmail contacts in 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 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 am following your code for integrating facebook authentication.
It really works fine, but as per your post at [URL] ....
We cant use dll to logout from facebook. Is there any way around or do we need to use use facebook sdk for just logging out?
I have gone through your articles and I really enjoyed with all the facebook articles. In my aspx page in place of posting walls I want to send notification to facebook users. How can I do this.
View 1 Replies