Month: August 2011

WP7 Facebook Logout Issues

Social media integration is a big part of any mobile app these days.  So I was adding Facebook and Twitter sharing to a WP7 app I’m working on.  This was my first experience using OAuth, so it didn’t go exactly smoothly but that’s for another post.  After some work I had Facebook/Twitter authentication and posting …

WP7 Facebook Logout Issues Read More »

Quick tip: Saving custom types in IsolateStorageSettings

Its been a while since I used IsolatedStorageSettings from scratch.  I wrote a wrapper several months ago and its just worked since.  So when I was working on a side project recently (very recently) I was pulling my hair out trying to figure out why IsolatedStorageSettings didn’t appear to be working.  I could add an …

Quick tip: Saving custom types in IsolateStorageSettings Read More »