Skip to main content

All Questions

Tagged with
0 votes
1 answer
60 views

Using Facebook as an external authentication provider for ASP.NET fails when running in Azure

I'm building a ASP.NET Core Web App (Razor Pages) application and I am trying to add external authentican providers. I have succesfully added the Microsoft provider, and am working on the Facebook ...
Sigurd Garshol's user avatar
0 votes
0 answers
46 views

Facebook login exeption in asp core version 3

Im setting up a Facebook login in an asp core 3 application. When I click on Facebook login button the site redirects to Facebook login page, but when it redirects back, I get this exception page: ...
עמית לוי's user avatar
-1 votes
2 answers
2k views

Sharing Asp.Net MVC url with facebook

I have a page inside my website displaying post details. The url looks like: mydomain/review/reviewdetails/id NB: Here id is the mvc parameter and it is going to be changed dynamically for each post. ...
Moloy Adhikary's user avatar
0 votes
1 answer
45 views

Ionic Facebook Login logic

im working on an app using ionic and Rest api with .net core for the login and register it works fine but when im thinking about adding social login and register using facebook and google i cant get ...
Moez Sidhom's user avatar
1 vote
1 answer
310 views

Facebook Login Error 191 when use IIS Virtual Directory

I already look other reference article but still can't solve my problem I own a site named https://shop.yourdomain.com/ Because all my users use Android in App view to browse my site, I manually ...
Ray's user avatar
  • 11
0 votes
0 answers
683 views

how to add facebook auth in old ASPnet webforms site

I'm currently working on a web project using webforms and trying to add facebook authentication to the site since it seemed very easy on the tutorials I found (generate the keys, set up the facebook ...
Denis's user avatar
  • 11
3 votes
0 answers
203 views

No names returned when retrieving reviews via Graph API

So I'm trying to retrieve all the reviews to my business page but I can only get the name of the person who's access token I'm using. Do I need an access token with an additional permission other than ...
user2078816's user avatar
1 vote
0 answers
440 views

Facebook Login to no longer allow Return Url parameters?

I have a ASP.Net MVC 5 application that allows users to sign in Via Facebook. If the User hits a page that they don't have access to they are sent to a login screen with multiple providers (fairly ...
runxc1 Bret Ferrier's user avatar
-2 votes
1 answer
211 views

Post HTML message to Facebook Page from ASP.NET Website

I would like to send a message to facebook page from my asp.net website. I done it successfully but the problem is that when I changed the textbox to richtextbox the text is in the HTML format. The ...
Heba's user avatar
  • 11
-2 votes
2 answers
71 views

Facebook login error with https

I got this error message when login with facebook. 100 Message: Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request ...
lasantha's user avatar
1 vote
1 answer
3k views

Facebook API Lead Ad webhook lead retrieval in asp.net application?

I have connected Facebook Webhook with my asp.net application successfully. Now, When I try to to subscribe to Lead ad webhook does not trigger any post request to my call back url. Code provided by ...
Pravin's user avatar
  • 29
0 votes
1 answer
523 views

Error validating verification code when requesting Facebook access Token Server Side

I am using Facebook API. I am developing it in ASP.NET 4.5/C#. i try to get the access token on the serverside. Here's the part of the code that I get the exception from: dynamic response = fb.Get("...
aura's user avatar
  • 116
1 vote
2 answers
693 views

Asp.net Core,External Login,No authentication handler is configured to handle the scheme: Facebook

InvalidOperationException: No authentication handler is configured to handle the scheme: Facebook [HttpGet] [AllowAnonymous] public IActionResult ExternalLogin(string provider, string ...
Qaiser Nadeem's user avatar
1 vote
0 answers
91 views

Facebook authentication using c# class

I've been searching for a way to make a facebook authentication class in C#. All I can find is javascript. It'd be completely fine, but I want to make a C# class out of it. One I can use in multiple ...
taiko's user avatar
  • 478
5 votes
5 answers
6k views

Facebook Integration using C# and asp.net core

I'm starting a side project that will integrate heavily with Facebook. I'm going to use React in the front-end and it will talk to a REST ws made with asp.net core web api. The idea is that in this ...
gabsferreira's user avatar
  • 3,127

15 30 50 per page
1
2 3 4 5
27