Social Networking :: Integrate FaceBook Albums In Website?
Oct 21, 2013Can we integrate Facebook photos in our asp.net web form?
View 1 RepliesCan we integrate Facebook photos in our asp.net web form?
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 followed instructions for displaying albums from facebook on my web site.
However I was having a problem at this line:
Dim data As String = FaceBookConnect.Fetch(code, "me/albums")
It fails with a (400) Bad Request.
I tried your live demo and it does the same thing. Is this just me, or is there something not right with your code on this example?
How can i integrate social networking at web site.
View 1 RepliesI 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?
View 1 RepliesI want apply google translate my web site
View 1 RepliesHow to implement google checkout payment in my web project asp.net ....
View 1 RepliesI want to integrate gtalk in my web site. If user has gmail account then they can chat from my web site.
View 1 RepliesI want to integrate gtalk in my web site. If user has gmail account then they can chat from my website.
View 1 Replieshow to integrate google hangout video and audio recording in my website[asp.net].! My mail id
View 1 RepliesI 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 Repliesi want to use Facebook like option in my website, which tell that how many people like the sites.
View 1 Replieshow can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
i have made a web form in whcih i want to show pop up of social networking sited if user click on that particular icon it should like that page in facebook
i have used this code
<!-- AddThis Button BEGIN --><div class="addthis_toolbox addthis_floating_style addthis_32x32_style"><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google_plusone_share"></a><a class="addthis_button_linkedin"></a></div><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=undefined"></script><!-- AddThis Button END -->
but when i run the web page on clicking on that icon it goes to facebook and share this link
How to add facebook share button on my website? I am building a website there need to share my website link ,like all website have facebook sharing the same function I want to put in my website ...
View 1 RepliesHow to logout from facebook once login through authentication of website
View 1 RepliesHow to authenticate the visitors on my website using facebook authentication but when user logged on my website through facebook authentication at the same time visitors username, password and email must be registered with my database as well, so next time user can logged in through facebook authentication or through my website username and password as well.
View 1 Replieshow to display latest recent posts in my facebook page to my website.
View 1 RepliesI 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 RepliesI want to logout from facebook automatically when i am logging out from my website..
I have integrated facebook authentication in my website using your code.
But I am not able to logout from facebook once login...
I would like to know how to get the Facebook user language.
View 1 RepliesCan u place the code for google login with asp.net application.I have searched the net but no code was clear and cut. Also the logout issue was there.
View 1 RepliesI 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 Replies