Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
ASP.NET MVC 4 is the fourth major version of the ASP.NET Model-View-Controller platform for web applications.
1
vote
2answers
25 views
Facebook web application extended permissions second step dont show
I'm setting up an application (C#.Net4.5 MVC4, razor views) which need pretty much all available user permissions from facebook.
You can see code examples below how I have set it all up.
The ...
0
votes
1answer
52 views
Getting user profile image link and email with Google or Facebook external login
I've been trying to figure out how to get user profile image link and email while registering user with external login. Does extra data in following example serves a purpose of retriving extra data?
...
-1
votes
0answers
29 views
How to send selected images from view to controller in MVC4
I am writing a Facebook application on VS 2012.
I want to give the user the possibly to choose some friends from his friends list.
When he is clicking on the user image i am simply change the ...
2
votes
1answer
101 views
External Login Account vs. Native Login Account
I am brand new to Visual Studio 2012 and MVC 4, and I've been working with the SimpleMembershipProvider via the WebMatrix.WebData library.
I'd like to integrate Facebook as an external login source ...
0
votes
1answer
152 views
Get Facebook extra details in MVC 4 using simple membership Provider
Currently I used default
OAuthWebSecurity.RegisterFacebookClient(appId: "", appSecret: "");
to authorize the Facebook user.
Also it will add UserName into UserProfile table. Now is there any way ...
1
vote
2answers
88 views
MVC 4 Authorization Issue with Facebook
Well I have gone through couple of same questions here, however did not able to crack it
My URL Looks like this , localhost:25251/Account/Login
And from the login page , I try to authorize using ...
0
votes
0answers
33 views
Does a page “like” a post or other object
I am using FB C# SDK. I am trying to figure out how to check if a fan page has likes a specific post. I am not able to get anything to work.
0
votes
1answer
349 views
ASP.Net MVC 4 OAuthWebSecurity logout
I'm implementing ASP.Net MVC's OAuthWebSecurity for my Internet app. I can successfully authenticate using Facebook, Twitter, Google, and Yahoo. The first time I authenticate with each of these, I'm ...
0
votes
1answer
116 views
Could not find Get method for FacebookClient in MVC 4.0
i am not able to find Get method for FacebookClient object in MVC 4.0 C# (VS2010).
please refer following screen:
I am using DotNetOpenAuth.AspNet.Clients and refer following tutorial to get friend ...
0
votes
0answers
102 views
publishing on wall using Oauth
I'm using Oauth on MVC4 (from this tutorial). When I tried to publish some text on user wall, I get error:
(OAuthException - #200) (#200) The user hasn't authorized the
application to perform ...
0
votes
0answers
305 views
How to get permission for birthday (and other fields) using Facebook C# SDK in MVC
I am building an MVC 4 website that allows users to login via Facebook. All this works like a charm out-of-the-box.
But now I am stuck at getting the user's birthday from Facebook. I have installed ...
0
votes
2answers
157 views
Facing issue while trying to Fetch Access Token required for Facebook
My Url is like below...
http://localhost:1561/Facebook/Facebook/MainPage
Controller Class
public class FacebookController : Controller
{
public ActionResult MainPage()
{
return ...
0
votes
0answers
180 views
ASP.NET MVC authorize user with Facebook - avoid Canvas
I'm using the ASP.NET MVC4 Facebook Template (ASP.NET Web Tools 2012.2 Update) to do my first steps with the Facebook API.
The example shows how to use the Graph API to authorize my user and shows ...
2
votes
0answers
74 views
C# MVC Facebook application does not work in iPad Facebook application
I've written a Facebook application using Microsoft's ASP.NET MVC template. Works great from the browser on IE, Android's browser and will even work in Safari.
Inside the Android Facebook application ...
2
votes
1answer
205 views
.Net MVC App Facebook OAuth with defiend scope
What is the easiest way to create .Net MVC App with Facebook OAuth with defiend scope?
I tried many examples, OAuthWebSecurity.RegisterClient - doesn't support adding more Facebook scope. Facebook ...
0
votes
2answers
297 views
Facebook Application Template Tutorial - not canvas application
I'm using Facebook Application Template, The template is creating canvas application, and i want a regular one with just Facebook authentication,
if i'm canceling the "App of Facebook" i get an error ...
0
votes
1answer
176 views
Json structure is returned empty, without property names and values when using Newtonsoft JsonConvert in FB C# client
I'm working on asp.net mvc 4 application which uses Facebook C# SDK (6.0.10.0) and Newtonsoft.Json (4.5.0.0).
Request with FacebookClient returns expando object:
[Authorize]
public ActionResult ...
0
votes
1answer
109 views
Post to a friends wall
I have an MVC4 application that uses OAuth to login via facebook. Once logged in the user can then choose a guestlist from their Facebook Friends. This is fine as I am managing to retrieve the ...
4
votes
2answers
1k views
Enabling Facebook Breaking Changes Feb 2013: login Does Not Work
I am working on phonegap with ios and using facebook login.
but on feb 6, its giving errors to users while login to facebook.
When logging into the app using Facebook - the dialog shows this message: ...
1
vote
0answers
69 views
MVC4 Facebook and multiple subdomains
I have currently 4 sites eventually will be closer to 100 (i'm developing a web based game) I have the main site (i.e www.domain.com) and then sub domains for each server (ie s1.domain.com ...
1
vote
4answers
2k 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
135 views
OAuthException 2500 when calling any FB api from javascript
Problem: I keep getting the following error from Facebook:
Code: 2500
Message: "An active access token must be used to query information about the current user."
Type: OAuthException
The call I ...
0
votes
1answer
320 views
Facebook helper not appearing in MVC4
I created a new test project in MVC4 to test if I could use Facebook Helper from the Nuget gallery. I followed the instructions which are very simple, point and click to install the Facebook helper ...
0
votes
1answer
109 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 ...
0
votes
1answer
85 views
Routing Facebook AppRequests in ASP.Net MVC 4
My mobile web site allows users to send an AppRequest to their Facebook friends. This is working.
When the friend accepts the AppRequest, Facebook sends the friend to my web site. This too is ...
0
votes
1answer
183 views
Facebook C# SDK Login in Sandbox Mode Http vs Https
I have created an application using c# SDK.
The canvas page http://mywebsite/ is working fine and I made to accomplish what the client wants, but when i try to access the application via ...
5
votes
1answer
257 views
OAuth Token Differences between Facebook and Twitter/LinkedIn
This may very well be an offensively stupid question, but I can't find a quick and concise answer to it for the life of me. So here we go...
I am currently implementing Facebook, Twitter, and ...
0
votes
1answer
252 views
How to setup Twitter and Facebook for MVC4 OAuth
I'm trying to use OAuth with an MVC4 application. In AuthConfig there is a link ( http://go.microsoft.com/fwlink/?LinkID=252166) but the information seems to be out of date. It states to click the ...
0
votes
3answers
234 views
How do I create a value for Facebook:VerifyToken:User in a Facebook application using ASP.NET MVC 4 with Web Tools 2012.2?
I am using ASP.NET and Web Tools 2012.2. I created a Facebook application under ASP.NET MVC 4 Web Application and target of .Net Framework 4.5. I can create an AppId and AppSecret
through ...
0
votes
0answers
101 views
making data available from ExternalLogin to ExternalLoginCallback
I'm using MVC OAuthWebSecurity to use multiple OAUth providers for an app I'm developing supporting Facebook, Twitter, etc. Each provider is funneled through AccountController's ExternalLogin action. ...
0
votes
0answers
332 views
C# OAuthWebSecurity Facebook AccessToken to retrieve email address
I'm using C# OAuthWebSecurity for authenticating against Facebook and other 3rd party OAuth providers. I'm successfully authenticating with Facebook and am getting an AccessToken for my app returned ...
0
votes
1answer
62 views
Server-side way to ensure that client has given certain permissions and not revoked them?
Ok, lets assume the following workflow:
Client ----> Server (I Want to login via-facebook, here is the Auth Token from Js Sdk)
Server ----> Facebook (Get permissions list)
Server ----> ...
0
votes
1answer
166 views
Facebook notification encoding
When using Facebook Graph API to send some notification to my users, it delivers scrambled to them, like so:
Here is my code:
public void sendFBNotificationByUserID(Guid userID, string msg, string ...
0
votes
2answers
1k views
How to get ExtendedMembershipProvider to work with ASP.NET MVC 4 and Custom Membership Provider?
I have got a custom membership provider to work with ASP.NET MVC 4 but when i whant to use the OAuth logins like Facebook etc I'm getting an error:
To call this method, the "Membership.Provider" ...
0
votes
0answers
106 views
Registration plugin redirects to out of context (Facebook Tab)
I'm using the Facebook Registration plugin with the Facebook C# SDK and the only thing I can't make up is how can the redirect url be in the same context of the registration page.
my Index view is ...
3
votes
2answers
2k views
Can ASP.Net MVC 4's OAuthWebSecurity open a pop-up
I'm trying to figure out how to use ASP.Net MVC 4's new OAuthWebSecurity functionality. Is it possible when clicking on the facebook or twitter external login button to have the form post to a pop-up ...
3
votes
3answers
3k views
ASP.NET Web API login with Facebook & Twitter
I'm going to be diving into ASP.NET Web API and would like to know if there is an easy way to have my users login with Facebook and Twitter?
0
votes
1answer
159 views
Web Api returns garbage for text files unless run from the browser bar
I am writing a file service using Asp.Net’s Web Api. The service retrieves files (Css, Excel, Csv, etc.) from SQL Server and serves them up in response to Get requests.
My first test case is for Css ...
6
votes
3answers
4k views
MVC4 oauth facebook accessing User & Friend Permissions:
Using the new mvc4 now gives us access to use facebook oauth otb.
I have created a new app within facebook and have set some extra requirements around asking permission for the users email ...
2
votes
1answer
543 views
MVC 4 oAuth With Facebook does not return email address
I am experimenting witht he MVC 4 oAuth that was released this month.
Can anyone point me to where I can add eMail address so that I can store that with user properties?
I need to be able to send a ...
2
votes
1answer
539 views
Could not load type 'System.Reflection.IntrospectionExtensions', ASP.NET MVC 4 (RC), possibly Facebook C# SDK's fault?
I'm developing an ASP.NET MVC 4 (RC) website, runs great on my local dev box.
Deploying to my host (DiscountASP) required me to change <compilation targetFramework="4.5" /> to <compilation ...
0
votes
0answers
225 views
ASP.NET Web Library [closed]
For every new Microsoft technology there's often libraries that can reduced code redundancy.
You can use Class Library for C# Windows Forms Applications and Windows Presentation Foundation, also ...
1
vote
1answer
343 views
Accesstoken not available after reopening website
I have a MVC 3 website with the Facebook C# SDK.
Now i'm redoing the facebook integration in a clean MVC 4 application with the new version 6 of the sdk. So I used the gettings started help page on ...
3
votes
3answers
3k views
How to log in with Facebook using DotNetOpenAuth
I have searched, read the FB developer docs.
MVC 4, I incorporated OpenId.
Now I want to include FB login as well, just as Stackoverflow and some other site have implemented it.
Do I create my own ...



