Vs2010 Express .net C#: Facebook .net Application?
Jan 3, 2010Has any one able to test facebook application from facebook against their localhost machine?
View 3 RepliesHas any one able to test facebook application from facebook against their localhost machine?
View 3 RepliesI followed all the instructions in the following links yet I am getting the following error
Errors while loading page from application
The URL http://zsswfacebooklocal.com:1940/Default.aspx/ did not respond.
Has any one successfully got a simple asp.net application tested on facebook from their localhost on local dev machine. I did update my host file to have local ip 127.0.0.0 point to a temp domain name like zsswfacebooklocal.com
I used the following tutorials for FB asp.net application...
http://fbtutorial.qsh.eu/section1/step1.aspx
for local host...
http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx
If I log on to some websites such as Facebook & Twitter and leave the page open, it will seem to update in the background.
So if I get a new message, it will alert me, without me needing to refresh at all.
What technology they are using to achieve this and if it is possible in ASP.net?
Is it possible to replicate this on a Hosted Web Site environment or would it only be possible if I had full control of the web server?
Is anyone using this combination together? I ask because I have posted previous questions without reply. There seems to be a compatibility issue with the database in VS once opened up in R2 - any got any experience of this and how to work round it?
View 11 RepliesHow can i possibly print a report in Visual Studio 2010 Express Edition?
Is there any other way aside from crystal report that is not installed in express edition? How about SQL Reporting Services?
I'm trying to create a basic application, i created facebook application before but everything has been changed.
I looked every where to create a basic application, but now i'm getting mad because there isn't any working sample. Because of the changed links, facebook api changes, facebook wiki changes i couldn't find a working copy.
write a basic app that gets permission to write user name to screen in facebook developer toolkit asp.net. I looked computerbeacon.net, codeplex, and some other pages but i couldn't succeed.
Edit: I' m adding some screenshots and some codes, it will may be you to find my problem.
[code]....
As I'm learning the ins and outs of ASP.NET user management, I've learned that the default in VS is for it to use a SQL Server Express .mdf file for the data it needs to save. This won't help me for when I deploy my site, as I'm running SQL Server 2008 R2 on my IIS 7.5 server. I know that I can run a command line tool to automatically create the db tables necessary for user management, and will do that on my development machine, but how do I tell my existing, in development code in VS to ignore the existing Express .mdf file and look at the newly created db tables?
View 1 Replies{
"error": {
"message": "Error validating application. Invalid application ID.",
"type": "OAuthException",
"code": 101
}
}
I'm new to ASP.NET. I have created a web application project using VS2010. I tried to deploy it to my web server (IIS7) based on article on the internet (eg. link) but I've got an error:
[Code]....
what are the steps to create a setup in asp.net mvc2.0 and VS2010 application and deploy it on server.
View 10 RepliesI have created a web application through VS2010, with defined tables in the database for username, password, etc.,
As well as in the project, VS2010 created templates,Views, Master pages,etc.,
Now I want to implement the Role based access in my application. For Example, Adminstrator can view all the page, But the user can view only few pages.
I don't know how to try implement the user roles, Since I cant get the value of Username and password since access by this line.
RegisterHyperLink.NavigateUrl =
"Register.aspx?ReturnUrl=" +
HttpUtility.UrlEncode(Request.QueryString["ReturnUrl"]);
//To load the custom page, Change it in the Web.Config File [<authentication mode="Forms">]
My Query:
1. How to implement the uerroles in this application.
2.Client needs the admin intreface to create the user by the adminstrator.How can i provide the from for accessing the tables whaich are created by VS2010, when the web application is created.
I've been using a standard web site in Visual Studio for my site, using the Plesk file manager interface to upload files either singly or in total as a .zip file.Recently I've changed the project to a VS web application.All the documentation that I see refers to using IIS to deploy a web app; if I wanted to just FTP all the source code, I may well have stayed with web site.I've not been able to find any Plesk specific deployment info.
View 1 RepliesWhenever I stop debugging an ASP.NET IIS web application it seems to take very long before VS2010 becomes responsive again (2 or 3 minutes). This happens when I close Internet Explorer 9 (which stops the debugging session), stop debugging in VS (which closes the browser) or when I detach the debugger from the debugging menu (which leaves the browser open).
My CPU time for devenv.exe goes up to 25% during this period of time. I use the professional edition (no intellitrace). Starting without debugging performs ok when I close the browser. I have some add-ins and extensions installed like TestDriven.NET, Resharper, PowerCommands, Productivity Power Tools, VisualSVN,...
I have a program which I would like to publish to my company's intranet server so that employees are able to implement updates. I am not sure how to go about this but I have done some research on IIS and I was wondering if anyone could clue me in a little more with what I need to do. I have not yet downloaded IIS to give it a try as I'm not sure where I would go from there.
View 1 RepliesIm trying to use the sdk without a canvas application, so have followed steps 1-7 in the quickstart guide up to adding the facebookSettings property in the Web.config.
I have added an image to my page and an onclick event that contains the below code. but when I click the button, it just takes me to the home page (CancelUrlPath).
Changing the Authorizer to a CanvasAuthorizer results in FB loading the login screen, but I get an error 404 not found on the call (even after inserting the handlers into the config)..
fbApp = new FacebookApp();
authorizer = new Authorizer(fbApp) {Perms = requiredAppPermissions};
authorizer.ReturnUrlPath = "http://localhost/User/UserRegister.aspx";
authorizer.CancelUrlPath = "http://localhost/";
if (authorizer.Authorize(this.Context))
{
Response.Write("hello");//never gets here
}
I am a ASP.NET developer but also have knowledge of PHP.I just want to know if i have to choose facebook application API/framework, which one i should choose ASP.NET or PHP.One of my friend suggest that Facebook itself build in PHP and they officially support PHP API, so use PHP facebook application API/framework.
View 1 RepliesI'm experienced in database systems. This is the first time I'm developing a web site completely, either i will use firstly flash.
I do not know how I can put a flash application as a facebook application, which is working behind with a asp.net page [web services between]
We have a Facebook application. We are using graph api in ASP.net with C# 2008. We have done the authentication process (Fb Oauth Authentication). We want Facebook app invite functionality. When a user allows our app, he must see invite window. I tried a lot but I didn't find any solution. How can I do this?
View 1 RepliesI was taking a look at this Facebook Guide Documentation, and I was wandering if it is possible to:create a Facebook application not using PHP but ASP.NET and C#?would I have access information like e-mail, username, city/location, etc?
View 3 RepliesWhats the best starting point for facebook application development in .net?
View 4 RepliesAre there any CSS styles for the GridView control that compliments the VS2010 Web Applicataion theme?
View 1 RepliesI am not new to the Asp.net but currently I am working on a project which needs to be integrated with facebbok and twitter.
So can I know the steps how can I get data from the Facebook or twitter in my Asp.Net application ?
What details are required to be passed on Facebook's site and which kind of API is required ?
If any one has done this kind of functionality then send the code or steps.
I need to scrap the email and phone numbers of all the users who 'like' a facebook application.
for example : http://www.facebook.com/home.php?#!/apps/application.php?id=2438981128
The above application contains over 1000 users who like the application. Is there a Facebook API to accomplish this ?
here i want to check facebook user id and password in my application. if facebook userid and password is correct, go to another page. if not, stay in that page only.
View 1 RepliesI have visual studio 2010 at home and have developed a web application. I am now at another computer in another location. All I have is the project folder on my usb drive and all this computer has installed is IIS express. Is there any way I can somehow get my web application up and running?
View 1 Replies