0
votes
2answers
55 views

Use OAuthWebSecurity With MVC 3.0 with custom membership provider

I am looking for how can I implement OAuthWebSecurity with Mvc 3 I have a custom membership provider and I would like to add Facebook, Google and Twitter authentication to my website. Authentication ...
0
votes
0answers
93 views

Logging into Facebook with DotNewOpenAuth

I am trying to login to Facebook using the DotNetOpenAuth libraries from NuGet in a WebForms site. I am having trouble with the FacebookClient. In the following code it is failing to return the ...
-1
votes
1answer
133 views

automate oauth authorisation process in Facebook

I have been given a Facebook oauth URL and I'm supposed to be using it to login to facebook for authorization purposes. Now I have got the code to do this using DotNetOpenAuth and it works fine. ...
0
votes
1answer
107 views

facebook Preview Dialog (for permissions) does not match actual access request dialog

I have written a web app/site that uses facebook login. I have set it up so it requests "User & Friend Permission" = "email". But when I log in with a trial account I am not asked for permission ...
1
vote
4answers
1k views

How to implement social login in asp.net mvc 4?

I want to implement role based login using oauth with facebook, twitter, google etc. It will only be using oauth and will have a role system. Not the default template with the usual registration and ...
0
votes
1answer
106 views

DotNetOpenAuth doesn't work for Facebook after deployment

I have setup my website to accept logins from Facebook , Linked In , Google using DotNetOpenAuth library in .NET in VS2012 Ultimate. I am using IIS Express 8.0 . My application works as expected ...
-1
votes
2answers
647 views

ASP.NET MVC 4 - DotnetOpenAuth - How to set a Facebook permissions scope?

I like set the Facebook permissions scope. As example user_about_me and email. I find this solution in web: Dictionary<String, Object> facebookPermissions = new Dictionary<string, ...
0
votes
1answer
299 views

DotNetOpenAuth authorization cannot set status after HTTP headers have been sent?

I am getting my elmah error log filled with exception: Server cannot set status after HTTP headers have been sent. 70% of those requests are caused by crawlers(alexa,googlebot), and I can't ...
3
votes
1answer
2k views

.NET MVC4 Facebook, Google & Twitter Login [closed]

I am using .NET MVC4 and I want a auth extension Facebook, Google & Twitter. I downloaded DotNetOpenAuth 4.1 but I can't find any example on the web on how to integrate it with my app and have a ...
1
vote
1answer
350 views

Posting to my Facebook timeline from C#

Can someone please provide me with the workflow required to be able to simply post a message to my Facebook page? From what I have read, DotNetOpenAuth 4.1 does not support Facebook's OAuth 2.0 ...
0
votes
2answers
410 views

Facebook with dotnetopenauth

I have created an App on facebook and I am using this app to authorize an user via dotnetopenauth. Here I would pass APPID and APPSECRET and get the token which would be used to call Facebook Graph ...
-3
votes
1answer
281 views

How to authenticate facebook user with username and password from an external website?

I am new to web development. My goal is: - I have username and password for a facebook (FB) user. - Now, I want to pass these credentials(via POST,GET or any other way...whatever) to FB to validate ...
4
votes
3answers
3k views

Facebook with DotNetOpenAuth 4.1.0.12182

I'm attempting to create a user login for Facebook and Windows LiveId using DotNetOpenAuth 4.1.0.12182 However the examples in the download make use of DotNetOpenAuth.ApplicationBlock and ...
1
vote
1answer
254 views

DotNetOpenAuth NuGet Install - but Samples are problematic

I installed DotNetOpenAuth using NuGet and downloaded the 4.1 zipfile with samples, but am having difficulty trying to incorporate the Facebook.aspx sample into the new project. The sample code-behind ...
0
votes
1answer
153 views

Why was the state parameter removed from WebServerClient:RequestUserAuthorization in version 4.0.1.12097

I have been using DotNetOpenAuth v3.5.0.10357 for about a year now and finally decided to upgrade to v4.0.1.12097. In doing so, I noticed the RequestUserAuthorization method no longer accepts a state ...
1
vote
1answer
199 views

At what point is 'TokenManager.StoreNewRequestToken' called in the OAuth 2.0 DNOA version

The point is, I have an app (I feel like half SO knows this already) that read info from Twitter (OAuth 1.0a) and Facebook (OAuth 2.0 'ish). In the Twitter version I use the old WebConsumer class. ...
1
vote
2answers
272 views

Specify request parameters in dotnetopenauth 4

I need to get Facebook display a "Log in to Facebook" prompt rather than a "Go to App" action when performing OAuth. In order to do this, I need to specify "display=popup" as part of the request. How ...
6
votes
1answer
546 views

DotNetOpenAuth - Facebook - How can I authenticate users without forcing them to install a Facebook App?

I have implemented the sample application provided by DotNetOpenAuth as instructed here. As you can see below, this is requiring that the user installs this facebook application. I simply want to ...
4
votes
3answers
883 views

Dotnetopenauth, retrieve email from facebook scope

Have a question I surpsisingly couldnt find an answer to when searching around. If I request a users email from facebook like: var scope = new List<string>(); ...
1
vote
2answers
742 views

Suddenly, DotNetOpenAuth returning (400) Bad Request

My application has been deployed for nearly 6 months and the latest release was about 3 weeks ago. Suddenly, today Facebook Auth stopped working. The webapp was not changed or redeployed and the ...
3
votes
1answer
772 views

Facebook OAuth2 with DotNetOpenAuth under MVC3

I'm trying to authenticate on FB (and Twitter, also) using OAuth. Looking at the 3.5 CTP for DNOA, I was able to get the ASP.NET sample working. But I'm lost about how to convert it to work in MVC3. ...
2
votes
2answers
472 views

DotNetOpenAuth Claimed Identifier from Facebook is never the same

I'm using DotNetOpenAuth v3.5.0.10357 and each time a user authenticates against Facebook I get a different claimed identifier back. The token looks to be encrypted so I assume DNOA is somehow ...
7
votes
2answers
2k views

DotNetOpenAuth Get Facebook Email Address

I have the following code where its grabbing First/Last name. I realize that email is an extended permission, but what would I need to modify to request extended permissions? How do I get the email ...
0
votes
1answer
356 views

Some questions about dotnetopenauth

I have a couple outstanding questions mainly reguarding twitter and facebook In the FacebookGraph class there are properties such as Id,name,etc. I am wondering how do I add to this list? Like what ...
2
votes
1answer
4k views

Value was either too large or too small for an Int32 - Facebook & dotnetopenauth

I am trying to get a sample project to work with dotnetopenauth and facebook. I have this code namespace OAuthClient { using System; using System.Configuration; using System.Net; ...
0
votes
1answer
902 views

Problem with dotnetopenauth client.ProcessUserAuthorization()

I downloaded DotNetOpenAuth-3.5.0.10259 and tried to run the samples, specifically the OAuthClient sample and I managed to get it to work with facebook (VS2010). I can see "Welcome, [my name]" after ...
8
votes
4answers
4k views

DotNetOpenAuth CTP - Facebook bad request

I am trying to use the CTP to connect with Facebook over OAuth 2.0. I can get the initial request to Facebook working OK, but when it comes back and we call: // Where null will become an ...
-2
votes
1answer
749 views

Facebook and dotnetopenauth issue

We established an OpenID provider at BioSignID.com base on DotNetOpenAuth. (the authentication is base on signaturs with silverlight client...) As we tried to login to facebook we encounter a problem ...