[Ironpython-users] IronPython, Daily Digest 9/11/2011

2011-09-12 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] IOError: Unable to write data to the transport connection: cannot access a disposed object. 2. [New comment] zlib.compress missing an overload allowing BufferObjects --

Re: [Ironpython-users] Did somebody has some tips and tricks for building a facebook-app in ASP.NET with iron-python

2011-09-12 Thread Dody Gunawinata
1. Get your feet wet using the JS API. That will help in your learning curve on how the FB API works. 2. Once you get a hang on how the FB API works, you don't really need a library. It's all just json with HTTP Verbs. On Wed, Aug 24, 2011 at 11:12 AM, Bernd Viehmann wrote: > Hello again. > > I h