ritamnrg / facebook-java-api

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

Could not find matching constructor for: com.google.code.facebookapi.AttachmentMediaImage() #281

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Upgrade from 3.0.1 to 3.0.2
2. image = new AttachmentMediaImage();
3. ERROR  - Could not find matching constructor for: 
com.google.code.facebookapi.AttachmentMediaImage()

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

This worked fine in 3.0.1, but under the latest release (3.0.2) I get the 
above error. If I put the 3.0.1 jar files back the application performs 
correctly.

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

3.0.2 on Windows Server 2003 with Java 1.5.0_15 and GRAILS 1.2-M3

Original issue reported on code.google.com by st...@thebroughs.co.uk on 29 Dec 2009 at 4:39