Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/57379049edc12d13ec974dd298f87173 to your computer and use it in GitHub Desktop.
Save anonymous/57379049edc12d13ec974dd298f87173 to your computer and use it in GitHub Desktop.
Facebook Sdk For Wp7
********************
Facebook Sdk For Wp7 >>>
********************
http://shurll.com/bzfh0
(Copy & Paste link)
********************
By clicking or navigating the site, you agree to allow our collection of information on and off Facebook through cookies. 2 years ago Log in to Reply Clint Rutkas The SDK NuGet package is not published to nuget.org at this time, but it may be built privately using our command-line build. BackSign UpCreate a Page for a celebrity, band or business.English (US)NederlandsFryskPolskiTrkeDeutschFranais (France)EspaolPortugus (Brasil)ItalianoSign UpLog InMessengerFacebook LiteMobileFind FriendsPeoplePagesPlacesGamesLocationsCelebritiesMarketplaceGroupsRecipesSportsLookMomentsInstagramLocalAboutCreate AdCreate PageDevelopersCareersPrivacyCookiesAd ChoicesTermsHelpSettingsActivity Log Facebook 2018. Contact Support — GitHub Status — githubstatus . Since this is open source, please make a case for it on Or better yet, since this is open source, you can implement the feature and submit a pull request. ProductsFacebook LoginSharing on FacebookGamesFacebook App Ads. How can I to resolve this ? 2 years ago Log in to Reply Fernando Brito You have to add a reference for the Facebook project in your app. It is very helpful for all developer. When I compile the sdk, Visual Studio (2015) get an error. Learn more Microsoft Windows Blogs Office Windows Surface Xbox Deals Support More Software Windows apps OneDrive Outlook Skype OneNote PCs & Devices PCs & tablets Accessories VR & mixed reality Microsoft HoloLens Entertainment Xbox games PC games Windows digital games Movies & TV Books Business Microsoft Azure Microsoft Dynamics 365 Microsoft 365 Cloud platform Enterprise Data platform Developer & IT .NET Visual Studio Windows Dev Center Docs Other Microsoft Store Free downloads & security Education Store locations Gift cards Holiday gift guide View all No results Windows Blogs Home Windows 10DevicesWindows DeveloperMicrosoft Edge DeveloperBusiness Building Apps for Windows . Share what's new in your life on your Timeline. Stack Overflow Questions Developer Jobs Tags Users current community help chat Stack Overflow Meta Stack Overflow your communities Sign up or log in to customize your list. 2 years ago Log in to Reply Windows LiveUser797 Hilarious article of Windows SDK for Facebook. its very helpful with me thanks to share with us. 2 years ago Log in to Reply Godefroy Borduas Hi, I have one question. The sample projects show how to: Log in Display user information Post to user timeline via feed dialog Launch app request dialog to send requests to friends Display the list of users likes We have multiple samples on the GitHub repo. Please try again.BirthdayMonthJanFebMarAprMayJunJulAugSepOctNovDecDay12345678910111213141516171819202122232425262728293031Year201820172016201520142013201220112010200920082007200620052004200320022001200019991998199719961995199419931992199119901989198819871986198519841983198219811980197919781977197619751974197319721971197019691968196719661965196419631962196119601959195819571956195519541953195219511950194919481947194619451944194319421941194019391938193719361935193419331932193119301929192819271926192519241923192219211920191919181917191619151914191319121911191019091908190719061905Why do I need to provide my birthday?FemaleMaleBy clicking Create Account, you agree to our Terms and that you have read our Data Policy, including our Cookie Use. SupportPlatform StatusDevelopers GroupMarketing PartnersBugs.. I'm NOT looking for a handout of code but rather a starting point to using this library to develop my WP7 app. Currently only the Facebook app for Windows Phone 8.1 supports this contract 2 years ago Log in to Reply Nicolai Olsen How about snapchat? 2 years ago Log in to Reply Marco Dal Pino Same for Twitter?;) 2 years ago Log in to Reply Rico Alexander Can this be used with ASP.net? 2 years ago Log in to Reply Clint Rutkas Currently that isnt supported, this was not a design goal for the first release. Email Sign Up or sign in with Google Facebook How to get started with the Facebook C# SDK for WP7? Ask Question up vote 9 down vote favorite 4 I've been reading alot (and searching alot) but can not find a decent resource for getting started with Facebook C# SDK for WP7. To help out the team and allow for proper support, please ask any new questions on GitHub: 2 years ago Log in to Reply Dail Gonalves de Souza How to use this sdk in Unity? 2 years ago Log in to Reply reddy lohit Hilarious article of Windows SDK for Facebook. They have 2 links to getting started but they bring up an empty page. C# // Get active session FBSession sess = FBSession.ActiveSession; // Add permissions required by the app sess.AddPermission("publicprofile"); sess.AddPermission("userfriends"); sess.AddPermission("userlikes"); sess.AddPermission("usergroups"); sess.AddPermission("userlocation"); sess.AddPermission("userphotos"); sess.AddPermission("publishactions"); // Login to Facebook FBResult result = await sess.LoginAsync(); if (result.Succeeded) { // Login successful, fetch user likes GetUserLikes(); } else { // Login failed // Do work } public async void GetUserLikes() { if (FBSession.ActiveSession.LoggedIn) { string graphPath = FBSession.ActiveSession.User.Id + "/likes"; FBJsonClassFactory fact = new FBJsonClassFactory( (JsonText) = > MyFBPage.FromJson(JsonText)); FBPaginatedArray likeslikes = new FBPaginatedArray(graphPath, null, fact); FBResult result = await likes.First(); if (result.Succeeded) { IReadOnlyList pages = (IReadOnlyList )result.Object; AddLikes(pages); } } } C++ // Get active session FBSession^ sess = FBSession::ActiveSession; // Add permissions required by the app sess->AddPermission("publicprofile"); sess->AddPermission("userfriends"); sess->AddPermission("userlikes"); sess->AddPermission("usergroups"); sess->AddPermission("userlocation"); sess->AddPermission("userphotos"); sess->AddPermission("publishactions"); // Login to Facebook createtask(sess->LoginAsync()).then([=](FBResult^ result) { if (result->Succeeded) { // Login succeeded, fetch user likes GetUserLikes(); } else { // Login failed // do work } }); void GetUserLikes() { FBSession^ sess = FBSession::ActiveSession; if (sess->LoggedIn) { String^ graphPath = sess->User->Id + L"/likes"; FBJsonClassFactory^ fact = ref new FBJsonClassFactory([](String^ JsonText) -> Object^ { return FBPageBindable::FromJson(JsonText); }); Facebook::Graph::FBPaginatedArray^ likes; likes = ref new FBPaginatedArray(graphPath, nullptr, fact); createtask(likes->First()).then([this](FBResult^ result) { if (result->Succeeded) { IVectorView ^ items = staticcast ^> (result->Object); AddLikes(items); } }); } } Wed like to encourage you to try the Windows SDK for Facebook. And, if you have suggestions for other open source projects that would help you make great apps, please let us know in the comments. I was thinking that the best way would be to create a DLL with the SDK in for use within Unity. 2 years ago Log in to Reply TATIANA DELGADILLO Hi, I need support about how to use this in unity3d for uwp Someone has any idea about it? 1 year ago Log in to Reply Windows LiveUser881 Thank for the sharing open windows of skd facebook, it is very useful for future Related Posts New Microsoft Windows advertising SDK with support for video interstitials Read more Whats New in Visual Studio Tools for Universal Windows Apps Read more Microsoft Facebook Hackathon: Recap Read more Facebook SDK for .NET Featured in the Facebook Technology Partner program Read more Marmalade adds support for new Windows Phone 8.1 features Read more . See photos and updates from friends in News Feed. shareimprove this answer answered Dec 19 '11 at 0:39 Scott 2,09311521 add a comment up vote 1 down vote When I looked last month, they didn't exist. Simply awesome. Head over to the blog to read up on creating your first app 5a02188284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment