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.
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.
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 ...
How 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.
I created timecard for a website and I would like to automatically clock out the user everytime when user logout or close the website. Is there a control for that? And if yes, where do i have to put he code at?? I think it should be in the code behind of master page... and on the Page_Load function
Need the code for the login /logout in my sample project and how to attin logout in the all pages. dont mistake me as i am learning (fresher) the asp.net 2005
i want to know when account logout without logout button click. actually i want to manage dashboard. with some events like login, logout with it's activity date and time. so if any user login so i will entry for login. and if any user direct close browser so how can i manage logout entry in database.
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.
I 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?
i 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..