c# metro apps live connect - c#

I am creating new Metro application in c# and I would like to sign in users using MS Live connect. There are lot of examples on the internet how to do this, but the Live SDK has been changed (live:SignInButton is not available), Live connect developer center was changed (I am not able to find Package Display Name, Publisher text boxes,...).
What is current best way howto use Live SDK in the C# Metro application or is it possible to use WebAuthenticationBroker?

Take a look at the DotNetOpenAuth library which allows you to easily integrate your live id and other openid providers for authentication. FYI This library is available as a nuget package too.
Example available # http://code.msdn.microsoft.com/windowsapps/Web-Authentication-d0485122

Related

Power Apps Integration with Evernote

this body includes three parts please read them all:
I have a client who wants to integrate power apps with Evernote to edit and show notes using this app, I have tried a lot but I can't figure out how to do this, I read an article and it tells that I need to download a CData server...
also, I request Evernote to get their API and it includes that I need to install SDK which suits my platform so, it means that I have to work with visual studio using C# to add this SDK on it than working with power apps.
I have integrated Evernote with Microsoft Teams and it works, so could I get access to Evernote using Microsoft teams connector on power apps?
I tried HTTP requests from power automate, but also I struggle with API
what should I do?

How to implement the Facebook Api in Windows Universal apps?

I'm trying to add functionality to allow sharing a screen shot of the app screen, using the Facebook sharer facility. But I can't find any relevant sources to set this up on Windows Universal.
Does anyone know the steps involved in setting up the Facebook Api in a Windows Universal application?
Or can you point me in the direction of a worthwhile link on the subject.
After logging into the FB developer dashboard, and clicking "getting started" , a screen showing the available platforms shows, not including Windows.
I assumed that the correct option to pick would be "Website" , but as the setup process doesn't seem relevant to Windows Universal development, as setup asks for a website URL:
At this moment, Facebook doesn't have an official SDK for Windows but you can use any of the open source alternatives.
I suggest you use the 'C SDK' library (http://facebooksdk.net/). I have never used it myself but it seems quite mature and popular.

Box Windows SDK missing many API calls?

I'm working on a WPF application utilizing the Box Windows SDK. I'm looking to use the GetUsers API method (authenticating as an admin user) to get all the enterprise users in our organization and then On-behalf-of calls in order to list the folders and files for particular users (my API key has already been granted on-behalf-of access). It seems like none of this functionality is currently available in the Windows SDK. Is that correct?
I believe that is correct. The Windows SDK supports most of the non-administrative API calls at the moment.
All the SDKs are open-source, so you can contribute if you want. The pattern is fairly simple to add another header. Or to add an additional noun
Note that you should use as-user instead of on-behalf-of.

Getting started with silverlight/facebook development

Is there any very simple sample applications to get started with facebook dev?
I just want to know how I would connect to facebook through silverlight, get the authentication stuff out of the way and then develop, debug and test my applications.
Do I need to be connected to a server which connects to facebook or can I do the development from my own PC which can 'talk' to facebook?
I'm also a bit worried about the updating APIs. Some of hte samples seem a bit old? I'd really like something for the latest version of silverlight/facebook API...
We are working on posting some silverlight samples to the Facebook C# SDK on Codeplex in the next week or so. You can find that SDK at http://facebooksdk.codeplex.com or http://www.microsoft.com/facebook. We will have an in browser and out of browser sample. For now, we have other samples on there that you can look at. For the most part the SDK works the same on any .Net platform.
I've been working on a SL application with facebook integration that utilizes. I use the JavaScript SDK to log the user in, then pass the access_token into my SL app via a ScriptableMember method. I then use the FacebookApp constructor that takes an access token to create a new Facebook App object. Then I can make my calls directly from the SL app, without the need for a server-side proxy.
One thing to note, in your Facebook applicaiton settings, just enter http://localhost/ without the port for your site address.
I'm eagerly awaiting a little more guidance from Nathan, as he's a developer of the C# SDK

How do I embed ads in .NET Compact Framework application?

I'm writing a C# .NET Compact Framework application and would like to embed ads into it (e.g. small banner on top of every screen). However, I couldn't find any advertising SDKs. Aren't there really any?
If implementing it from scratch, how would you do it? Google's Ad Sense for example only works with mobile websites (that can be reached by Google's bot).
Most mobile ad networks are focused on iPhone apps, but the only one I could see that supports Windows Mobile is SOMA by a company called Smaato.
Amobee has a advertisement SDK that can return a banner of predefined size to an application.
They offer a JAVA Api, but getting an ad from their service is as easy as accessing a URL with some query-string and downloading a image.

Categories