my6solutions

asp .net, the social web & other distractions

 

Running Apps


PayPal - The safer, easier way to pay online!

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

Facebook Connect Invalid Session Key issue

I had a look into the "Session key is invalid" issue with Facebook Connect again and I have managed to reproduce it. While doing this, I have also discovered another issue that seems to occur on The Run Around site which is the official PHP example site for Facebook Connect. I haven't had a look around so maybe someone else has reported the issue. But anyway, to reproduce this issue on The Run Ar... [More]

Permalink | Comments (1) | Post RSSRSS comment feed

How Facebook Connect's Friend Linking Works

One of the cool features of Facebook Connect is friend linking. Basically, as the owner of a site you are able to inform your FB connected site users of their other FB friends that are also using the site. This will allow them to quickly find friends in your site. Programmatically, how this is achieved is as follows Note: "You" here refers to you the external site owner When a user registers ... [More]

Tags:
Categories: ASP .NET | facebook
Permalink | Comments (2) | Post RSSRSS comment feed

Integration of Facebook Connect on ASP .NET MVC, Part 1

Update 2: The changes to the Facebook Toolkit library are now available for download from the Facebook Toolkit project page. Update: I've just updated raya with the Facebook Connect changes. There were some initial problems with "invalid session key" issues but that has been resolved.Over the weekend, I had look into integrating Facebook Connect into raya. The example ... [More]

Categories: ASP .NET | facebook
Permalink | Comments (10) | Post RSSRSS comment feed