Logging out of Facebook WP7

Building a WP7 application with facebook and I’ve been using the Facebook C#SDK  which was fine till I wanted to enable logging out of my application. I found this post helpful http://claudiufarcas.blogspot.com/2011/06/wp7-webbrowser-caching-and-facebook.html but changed the code a bit as facebook was returning a different HTML from when this code was probably created private void wb_Navigated(object… Continue reading Logging out of Facebook WP7

who wants (to give) invites to facebook timeline?

If you’ve already gone to the trouble of verifying your account and getting early access to the new facebook timeline, you might want to share this awesome feature with your friends. If they’re the type that can’t be bothered to go through all the steps (or have concerns about the verification step), you can simply… Continue reading who wants (to give) invites to facebook timeline?

protect yourself from click-jacking!

Click jacking happens when you visit a website that shows you content to mislead you into interacting with it. When you do, suddenly messages/wall posts/ etc (because this usually happens on facebook) get sent with your knowledge. Sometimes it can be an embarrassing post on your own wall, and sometimes annoying post to ALL your… Continue reading protect yourself from click-jacking!

Since when did facebook require credit card info to build an app??

Had the urge to build a new app recently when I came upon this. Since facebook doesn’t support mobiles in SG yet, I have to go with the credit card option. What’s going on? I’m not sure I want to give my cc info especially with all those click-jacking apps floating around. But now that… Continue reading Since when did facebook require credit card info to build an app??

Building and deploying an office 2003 add-in

Just in case I need to go through this again, here are the resources that I found useful. Walk through on preparing your add-in for deployment http://msdn.microsoft.com/en-us/library/bb332051.aspx Enable Windows Installer Logging – if anything fails during deployment, this is useful for figuring out what went wrong. http://support.microsoft.com/kb/223300

Hosting WordPress on a Windows Hoster

I remember having this problem before which I have forgotten about and hadn’t experienced, until I had updated my WordPress installation on a Windows hosted blog. I got the error, “Failed opening required './wp-blog-header.php' “. Just so I remember next time, 2 files I need to update when this happens: index.php change: require('./wp-blog-header.php'); => require('wp-blog-header.php');… Continue reading Hosting WordPress on a Windows Hoster