Silverlight / WPF - How can I get the Birthday alerts on Facebook in WP 7.1?

Asked By chandu sekhar on 28-Jun-12 04:05 AM
Earn up to 10 extra points for answering this tough question.

 Hi, I am developing an application in WP.I want to get the birthday alerts on facebook from a particular User?
Is there any way like OAuth or API? Send links

Thanks In-advance,
chandu
[)ia6l0 iii replied to chandu sekhar on 28-Jun-12 11:36 PM
There are already tons of app that can do this. For e.g. Birthday Diary, the free app lets you view and manage friend's birthdays.  Have a look at this, and many more apps, and then decide to do your new app. 

And on the positive note, you should visit http://facebooktoolkit.codeplex.com/ . This is the codeplex version of the toolkit, and there is lots of goodies and information here. For a windows phone 7 sample, look at 
http://facebooksdk.codeplex.com/wikipage?title=Windows%20Phone%207%20Sample&referringTitle=Documentation

Hope this information suffices.
Jitendra Faye replied to chandu sekhar on 29-Jun-12 12:24 AM
One of the best libraries available for Facebook and .NET is the Facebook C# SDK.

http://facebooksdk.codeplex.com/

There are a couple sample projects for integrating your Facebook app with ASP.NET MVC, Silverlight, and WebForms.

The package is available from NuGet as well.

One of the nice features of this library is it's use of dynamic objects. This article explains the advantages of using dynamic over strongly typed methods.

http://ntotten.com/2010/09/dynamic-objects-and-the-facebook-c-sdk/


Using the Json.NET library, serializing the dynamic responses to POCO is very straightforward.

Hope this will help you
Asked By chandu sekhar on 29-Jun-12 12:54 AM

Thank You all
help
Hi All I want to integrate facebook connect in my web application.so that we login through facebook id in my website. plz help me soon??? Thanks in advance???? Implementing Facebook Share It's easy to implement Facebook Share. If you've already implemented http: / / wiki.developers.facebook.com / index.php / Facebook_Connect on your site, you should use the http: / / wiki.developers.facebook.com / index.php / Fb:share-button_%28XFBML%29 tag. For more information, see http: / / wiki.developers.facebook.com / index.php / Facebook_Share#Using_Facebook_Share_on_a_Facebook_Connect_Site. Otherwise, if you haven't implemented Facebook Connect on your
have tried for hours. . . and my issue is this: Table 1 has FirstName, LastName, Address, Birthday, (and other columns) Table 2 has FirstName, LastName, Address, Birthday, (and other columns) Most of Table1.Birthday is null. Some are not. All of Table2.Birthday has valid Birthdays. I want to insert Table2 Birthday into Table1.Birthday only where Table1.Birthday is null. Any help is appreciated. SQL Server Discussions SQL Server (1) Table2.Birthday (1) Table1.Birthday (1) FirstName (1) WorkedUpdate (1) Birthday (1) Table1.firstname (1) Table2.firstname
Facebook.Components.FacebookService _fbService = new Facebook.Components.FacebookService(); Ask question with proper description so that you will get reply Regards I think you want to use Facebook in your asp.net site . One of the best libraries available for Facebook and .NET is the Facebook C# SDK. http: / / facebooksdk.codeplex.com / There are a couple sample projects for integrating your Facebook app with ASP.NET MVC, Silverlight, and WebForms. The package is available from NuGet as using dynamic over strongly typed methods. http: / / ntotten.com / 2010 / 09 / dynamic-objects-and-the-facebook-c-sdk / Using the Json.NET library, serializing the dynamic responses to POCO is very
dataset which contains one datatable (called Employee). Employee datatable has three columns: Id, Name and Birthday. Birthday is of type datetime. My employee datatable has two records. The records look like this: Id Name Birthday 1 Name1 1 / 16 / 2006 10:46:44 AM 2 Name2 which means that the Birthday column of second record is empty. When I serialize the dataset on the disk in and then read it back from the disk the records look like this: Id Name Birthday 1 Name1 1 / 16 / 2006 10:46:44 AM 2 Name2 1 / 1 / 0001 1
Is there a way to suppress the birthday reminder in Outlook 2002? I'd like to add / use the Birthday field, but do not want an automatic reminder added to my calendar. Thanks. Outlook Contacts Discussions Birthday (1) Outlook (1) TillmanRe (1) TillmanBrian (1) RTDrEVWHHA (1) MSFTNGP (1) TK (1) Contacts (1 Open the birthday event and disable the reminder. - - Brian Tillman Where is the 'birthday event'? I do not see that option on the menu, etc. Thanks. The "birthday event" is the birthday that Outlook adds to the calendar when you set a contact's birthday value in
I stop all entries using HOSTS file. Windows 7 I want to kill all those facebook ads and icons that appear on almost every website. I added www.facebook.com to the Hosts file. Now, if I try to go to www.facebook.com, I get an error message. However, if I am on a webite that has an ad from Facebook, such as www.facebook.com / wikihow These still show up. How do I make a UNIVERSAL entry in HOSTS that blocks ALL facebook links and ads? Thanks Windows XP Discussions Internet Explorer 8 (1) Page (1) Exception (1) Kill (1) Facebook (1) Social networking sites (1) Error message (1) Hosts file (1) Have you tried putting the following entries in your hosts file: 127.0.0.1 pl-pl.facebook.com 127.0.0.1 pt-br.facebook.com 127.0.0.1 en-gb
how i can get facebook friends to list in my website??? Facebook.FacebookAPI api = new Facebook.FacebookAPI(token); JSONObject me = api.Get( " / " + fbConnect.UserID); JSONObject friendsData = api.Get( " / me / friends" ); var ViewData[ "Name" ] = me.Dictionary[ "name" ].String; ViewData[ "Friends" ] = friendsList; http: / / onishimura.com / 2010 / 08 / 11 / facebook-c-and-asp-net-mvc-code-samples-for-friends-list-activities-list-and-wall-posts / For FaceBook Developer Link: https: / / developers.facebook.com / http: / / www.stevetrefethen.com / blog / DevelopingFacebookApplicationsInCWithASPNET.aspx Check the http: / / developers facebook.com / docs / reference / api / Also please check the below link http: / / devtacular.com / articles / bkonrad / how-to-retrieve-user-data-from-facebook-connect-in-aspnet / here is how you can do that from javaScript API OF facebook
Validate birthday or age in EnterpriseLibrary RelativeDateTimeValidator [RelativeDateTimeValidator(-120, DateTimeUnit.Year, -18, DateTimeUnit.Year, MessageTemplate = "Invalid birthdate.")] How to validate birthday? ( 579 Views ) keywords: RelativeDateTimeValidator, EnterpriseLibrary, Validation, Validate birthday, DateTime description: Validate birthday or age in EnterpriseLibrary RelativeDateTimeValidator
28-Oct-12 07:44 PM Is there any way to create a website with facebook login? meaning if the users is logged in facebook, consider him / her as logged in the website and get some minimum data of user information from facebook thx There are Facebook Developer toolkit, Facebook Connect and authenticating using the most recent version of the Facebook Developer Toolkit. check this link http: / / devtacular.com / articles / bkonrad / how-to-retrieve-user-data-from-facebook-connect-in-aspnet / http: / / developers.facebook.com / docs / guides / web http: / / forum.developers.facebook.net / http: / / connect.facebook.net / en_US / all