Social Networking :: How To Store Facebook User Information Into Database
Jun 14, 2013In this forums given one example,Based on this That information stored in database using asp.net,
And also After login need Logout also...
In this forums given one example,Based on this That information stored in database using asp.net,
And also After login need Logout also...
I was implementing codes taken from[URL] .... and [URL] ....
It works fine separatly but when i want to integrate it gives me an error "Bad Request......"at so how can i get user info and his friend list on login button.
protected void Login(object sender, EventArgs e)
{
FaceBookConnect.Authorize("user_photos,email,friends_photos", Request.Url.AbsoluteUri.Split('?')[0]);
}
protected void Page_Load(object sender, EventArgs e)
[Code] ....
I obtained the facebook profile details of an user.Now I need to store the profile details including profile picture in my local database.
View 1 RepliesI would like to know how to get the Facebook user language.
View 1 RepliesI 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 used this tutorial to get the details of facebook user..
[URL]
I want the bday of user using same library
i want to post an image or photo into users facebook wall without using Fileupload control.i have retrieved an Image from my database in .bmp format and i want to post that bmp image into facebook wall. i don't want to use Fileupload controls.
View 1 Repliesi have find the way how can i find user id now the question is
with the use of user id how can i post on facebook wall when the user is not login
what info i need to store in database ?
I just try with facebook login damo URL...when i first time login using button it will return me perfect result. but second time i just log out from first facebook account and try with new account it will return me.
View 1 RepliesI am fetching all image from facebook and display in repeter like this
<asp:Repeater ID="rptFaceBookAlbums" runat="server">
<ItemTemplate>
<div class="header1"><%# Eval("Name") %></div>
[Code].....
now i wnat to save all this image in database. so tell me what would be data table column structure in sql data shold be retrive to me is album wise
I'm using facebook sdk to publish some information on the wall...
var client1 = new FacebookClient(access_token); client1.Post("me/feed", new { message = "Something" });
But I get an error: (OAuthException - #200) (#200) The user hasn't authorized the application to perform this action.
I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 RepliesI need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?
View 1 Repliesi have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..
View 1 RepliesHow user post comment on my website using gmail ,fb,yahoo ,hotmail account ...
how to apply this.. [URL] ....
I have website with facebook like box for facebook page (eg, abc) . Now if any new post in their at website it will automatically post at wall or not.
View 1 RepliesI 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
can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.
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 RepliesI have listview which has bind with database, i need facebook share button with each record in list view and when user click the post share on the facebook wall.
i want to show the post which user has click on to share on facebook not whole page e.g
listview is bind with sql and fetching following record
1. record one <facebook share button> when user click on this button so record one should be share on facebook wall.
2. record two <facebook share button>
3. record three <facebook share button>
....
I want to add Facebook Like Button on my website .... so i can see number of followers with pic n like on my site ..... how can i add button ...???
View 1 RepliesHow to test facebook authentication in localhost. I want to debug it on localhost..I tried creating app id but it was not allowing localhost.
View 1 RepliesI want to make a post in Facebook FanPage as page Admin.
View 1 Replies