Hello community I'm developing an application using .NET Maui blazer in which I want to integrate google authentication but unfortunately I'm unable to find any solution for this as I've tried web authenticator as per Microsoft instruction web-authenticator doesn't support windows application, the other thing is I don't want to use web API for this. does anyone know any solution do let me know.
That's what i've tried and many more from youtube and Microsoft officials:
https://auth0.com/blog/add-authentication-to-dotnet-maui-apps-with-auth0/
I'm looking for a hint or very small idea to get going?
Thanks!
Related
I am developing application which require Aadhar card authentication using C#.Net MVC.
I had already refer most of blogs for implement Aadhar card API in C#.Net, but unable to find appropriate solution for it.
Can you please help me regarding this issue.
Finally, I found the solution at aadhar birdge APIs.
Fully documented solution for Aadhar integration using seamless platform (Authentication and e-KYC and MOU) in your Desktop application and Android SDK and Android Sample Application with JSON request.
I am learning development for Windows Universal Platform and I wanted to create a simple app capable of leveraging some Spotify data once the user logs in.
I can see from the documentation that there is an SDK for Android and iOS, and a library that is considered deprecated.
Do you guys know if there is any way for me to still communicate with the Spotify API using .NET/C# ?
Thanks a lot,
Florian
There doesn't seem to be a SDK from Spotify, but there are references to WebApi .Net Wrappers at the bottom of this official page:
Spotify Web API Wrapper on Codeplex
Spotify Web API Wrapper on GitHub
I'm planning to write an application in c# in visual stuio 2013 that will allow a facebook user to login and receive their facebook notifications straight to the desktop as popups. Ive searched around and cannot seem to find whether or not it is possible to get notifications from facebook as soon as they happen and react to them in a suitable way, i'm wondering if this is possible and which bits of the api/ sdk i would need to use to get this to work.
Thanks in advance,
Alistair
Reading from the Facebook Developer's page(https://developers.facebook.com/), there isn't any specific SDK to C#, for desktop applications
.
But there is a SDK for Javascript, maybe a web application can be an option for you.
I'm novice when it comes to using API's with C# apps, and I decided to start a windows 8 Modern UI application. I've looked for information about how to integrate facebook into a project using the facebook API, and I found some useful answers, but some things are still unclear to me...
I've not found any official Facebook API for C#, I created an developer acount on Facebook but when i want to create a project using it, there is no choice for a c# application.
I've searched the Internet and found this : https://github.com/facebook-csharp-sdk/facebook-windows8-sample
I downloaded it and put the app's id I got from Facebook on it, but it doesn't work. My question is simple: Is there any official API with documentation or a website where I can get real and exact information for it?
The Official SDK from Facebook is only for PHP, Javascript, iOS and Android.
For the .NET world, there is the Facebook C# SDK which you have already found. You can do everything with it, including full Windows 8 Apps with Facebook integration.
The main site is at http://CSharpSDK.org/
Hey i am developing a asp.net web application.I need to know to how can i use google registration for making users register into my site. For that i need to fetch basic info like name,email,dob, gender,location etc. I was able to fetch facebook info.But i am stuck at collecting info from google.Can anybody tel me the basic steps needed to get the basic info from google.How to use the api?or please direct me to some useful links so that i can get a clear cut idea?My working platform is asp.net C# 2008.Framework version is 3.5. It will be very helpful if any suggestion/example from framwork 3.5...
Thanks in advance.
Have you tried DotNetOpenAuth?
Tutorial : http://www.dotnetopenauth.net/developers/help/programmatic-openid-relying-party/
Example : http://visualstudiogallery.msdn.microsoft.com/81153747-70d7-477b-b85a-0374e7edabef/