FacebookConnect integration with ASP.NET - asp.net

I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as a status update.
I do not need to:
Create an actual FB application that goes on your profile, like "Cheer for the Red Sox" app or whatever. I do completely understand that I need to create an app using the Developer application but I'm not indenting to create a real full app.
Do any special stuff other than know the user's basics and push data to the profile.
Now are there any good starting points or SDKs I should look at. I've tried Facebook.NET and also peeked into FBConnectAuth. It seems like the former is too much and the latter is too little of what I need. However, that was a quick glance so are there any people with good experiences that did simple things?
Help is much appreciated!

Have you tried this example?
Post status to Facebook profile without Facebook modal window using ASP.NET
If you have any feature requests for FBConnectAuth, please let me know.
Adam

For me, Raya's integration of Facebook Connect is the best example out there. The author also has a good blog post where he describes how he integrated it with his existing web application..

Related

Facebook PHP SDK rights

i am currently working on an autoposter app to publish content on my own fanpages. This is the only function the app is going to be used for. My personal profile will be the only user of the app.
I have read through the documentation for developers but I still have trouble figuring this out.
From what I understand I don't have to submit the app for review to facebook if I only need the manage_pages right.
How does this work for an app that will only be used by me? Do I still have to submit it to facebook to be able to use the manage_pages and publish_pages permission? Or is there a way around that?

Google+ deep linking

The docs here https://developers.google.com/+/mobile/android/share/deep-link seem to be hopelessly out of date, as I cannot find any of the mentioned (like "Edit settings").
Can somebody provide some guidance on how to make a deep link to my app work from within a Google+ post?
e.g., I would expect a link such as "appname://?id=12345678" to be a clickable thing that directs the user either to install the app or opens the installed app and takes the user directly to the content specified by the id. Instead, this link is posted as plain text...
Moreover, will I need to fight with every social network to get deep links to work properly? Does anybody have any experience making this sort of thing work on Twitter, Facebook, etc?
We are developing with Meteor, and using the Cordova cordova-plugin-x-socialsharingplugin https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin
You may want to try using App Invites, which either will let the app receive data from the invitation if the app is already installed (e.g. a coupon) or will install the app.

How to add Facebook connect to an asp.net website (for novice)?

I was wondering if anyone can point me to a tutorial / step by step guide / downloadable template (free or paid) / video about adding Facebook connect functionality to a website.
I've created several website but I'm self learned and inexperienced.
I have no knowledge of oAuth protocols simply basic asp.net (VB) of going to the database, getting data and posting it on the site.
I've gone through several posts on the matter but it seems that they changed lots of stuff from before 2012 (so most articles are irrelevant). I also went through Stackoverflow but the questions and answers are above my expertise.
My site is basic and was also built from scratch without using any existing methodology (like MVC etc.). I also tried working on a new site with the ready template Visual Studio 2012 sets up. The built in sign up form seems to work (though I do not understand what it does) and I removed some of the functionality which I think was created to enable Facebook connect since it bounced lots of errors I couldn't understood.
The end goal is to allow easy one step signup and signin while getting the user's email and maybe birth-date.
THANKS!

Using Facebook Connect for User Data in Drupal

I have a Drupal site where I want to allow users to add their current Facebook Events that they themselves have created into a custom database. I'm not looking to use Facebook Connect as a User Management system, just trying to get someone's info after they accept.
More specifically I'm looking for a way to access a user's Facebook events info from a Drupal Page using PHP. I want them to be able to hit a button and give me access to their events.
Did you take a look at http://drupal.org/project/fb and http://www.drupalforfacebook.org/ ?
The FB module works pretty well, is mostly sane to use, and the author is responsive to bug reports.

How to integrate open ID Login

I want to integrate Open ID, Google and Yahoo login in my site, So please anyone can tell me the process of integration in ASP.NET.
Google and Yahoo support OpenID, so you just need to OpenID enable your website.
This is a great article which tells you step by step of what you need to do. You will still need an OpenID library for .NET in order to do that.
I have actually written a blog post on How to add OpenID authentication to your site using Janrain Engage that might help you along.
It's written with an ASP.NET MVC 3 application in mind, but there's nothing in there you cannot use in an ASP.NET app.

Resources