snhlsonawane / friendfeed-api

Automatically exported from code.google.com/p/friendfeed-api
0 stars 0 forks source link

FriendFeed.cs will not compile #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just try to compile the C# library
2.
3.

What is the expected output? What do you see instead?
The library doesn't compile correctly, stating that on line 132, null is
undefined.

What version of the product are you using? On what operating system?
API available as of 2008-07-11, compiling with .NET 2.0

Please provide any additional information below.
Change last parameter on line 132 that calls PublishLink from "none", to "null"

Uploaded file also contains the Service initialization correction from issue 9.

Original issue reported on code.google.com by jerry.he...@gmail.com on 11 Jul 2008 at 5:30

Attachments:

GoogleCodeExporter commented 9 years ago
I don't know how this (obviously wrong) file crept in there - we will fix today.

Original comment by btaylor on 11 Jul 2008 at 5:48

GoogleCodeExporter commented 9 years ago
Thanks Jerry, this has been fixed.

Original comment by casey...@gmail.com on 22 Jul 2008 at 3:50