dnzengou / simple-linkedinphp

Automatically exported from code.google.com/p/simple-linkedinphp
0 stars 0 forks source link

comment() method fails #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Instantiate v3.3.0 of the library.
2. Call deprecated comment() method.

What is the expected output? What do you see instead?

comment() should point to new createUpdateComment() method, calling it. 
Instead, it points to a non-existent method, generating an error.

What version of the product are you using? On what operating system?

Version 3.3.0.

Please provide any additional information below.

As the comment() method is deprecated, this is not a high-priority fix, but 
will be fixed shortly in version 3.3.1.

Original issue reported on code.google.com by pmmenneg@gmail.com on 15 Dec 2011 at 3:40