Answered by:
Facebook Integration

Question
-
Hi All,
I have an sharepoint Application like https;//xyz-abc.com/ I want that user can login with their Facebook account also.
Please provide some plausible solution
Regards Sourabh Soni
Monday, April 15, 2013 11:41 AM
Answers
-
Hi,
Here is the wiki to integrate FB and skype:
Hope it could help
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "
Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Please feel free to unmark answer if does not resolves your problem.
- Marked as answer by Jack-Gao Thursday, April 25, 2013 9:53 AM
Tuesday, April 16, 2013 5:50 AM -
we have to write the window.location="pagepath".
Then it will redirect into the defined page.
Regards Sourabh Soni
- Marked as answer by Sourabh, Soni Saturday, May 25, 2013 11:58 AM
Saturday, May 25, 2013 11:58 AM
All replies
-
-
Check this blog post: http://ovaismehboob.wordpress.com/2011/09/07/configuring-facebook-authentication-in-sharepoint-2010/
This post is a complete walk through on setting up Authentication with Facebook and SharePoint. He also has links to other blog posts he used when creating his.
Brandon Atkinson
Blog: http://brandonatkinson.blogspot.com- Proposed as answer by Jesper Arnecke Monday, April 15, 2013 12:48 PM
Monday, April 15, 2013 12:34 PM -
Hi All,
I want facebook integration with sharepoint 2010.
Regards Sourabh Soni
- Edited by Sourabh, Soni Tuesday, April 16, 2013 5:45 AM spell mistake
Tuesday, April 16, 2013 5:45 AM -
Hi,
Here is the wiki to integrate FB and skype:
Hope it could help
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "
Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "
Mark As Answer
Please feel free to unmark answer if does not resolves your problem.
- Marked as answer by Jack-Gao Thursday, April 25, 2013 9:53 AM
Tuesday, April 16, 2013 5:50 AM -
Hi All,
I have integrate the fb login and my profile pic is also displayed at my webpage. I use the following thing.
First I create an application on FB from there I got the Application ID and use the below code. After this the FB Login PopUp will Appeared. But I am facing one Problem.
<script src="connect.facebook.net/en_US/all.js" language="javascript" type="text/javascript"></script> <html xmlns:fb="http://ogp.me/ns/fb#"> <body> <div id="fb-root"> </div> <script type="text/javascript"> window.fbAsyncInit = function () { // init the FB JS SDK FB.init({ appId: 'My APP ID', // App ID from the app dashboard channelUrl: 'My Application URL', // Channel file for x-domain comms status: true, // Check Facebook Login status xfbml: true // Look for social plugins on the page }); // Additional initialization code such as adding Event Listeners goes here }; // Load the SDK asynchronously (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) { return; } js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk')); </script> <script type="text/javascript"> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=My App ID"; fjs.parentNode.insertBefore(js, fjs); } (document, 'script', 'facebook-jssdk'));</script> </body> </html> <fb:login-button show-faces="true" width="200" max-rows="1"></fb:login-button>
NOTE: Now Please let me know how to redirect the user to my Application Landing Page, After click on Facebook Login Page?
Regards Sourabh Soni
- Marked as answer by Sourabh, Soni Monday, April 29, 2013 6:03 AM
- Edited by Sourabh, Soni Monday, April 29, 2013 6:04 AM Spell Mistake
- Unmarked as answer by Sourabh, Soni Monday, April 29, 2013 6:39 AM
Monday, April 29, 2013 6:02 AM -
Hi All,
Please help me out from this situation.
Regards Sourabh Soni
Monday, April 29, 2013 6:42 AM -
Hi All,
Can anyone tell me that how to redirect to another page after login into Facebook? I was integrate the facebook button and I am able to open a popup of Facebook, please tell me how to redirect after login??? it's urgent.
Regards Sourabh Soni
Friday, May 3, 2013 7:36 AM -
we have to write the window.location="pagepath".
Then it will redirect into the defined page.
Regards Sourabh Soni
- Marked as answer by Sourabh, Soni Saturday, May 25, 2013 11:58 AM
Saturday, May 25, 2013 11:58 AM