huuanh1987 / facebook-java-api

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

Invalid aid parameter type in photos_get #255

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now, the album id (aid) is a String, no more a Long (see
http://wiki.developers.facebook.com/index.php/Photos.get). The new ids are
like "100000455430721_27".

But the methods "photos_get" take a Long parameter.

Problem exists in versions 2.1.1 and 3.0.0

Original issue reported on code.google.com by mr.artic...@gmail.com on 21 Oct 2009 at 9:09

GoogleCodeExporter commented 8 years ago
fixed in next release

Original comment by fern...@gmail.com on 1 Nov 2009 at 12:49

GoogleCodeExporter commented 8 years ago
Hi, even in 3.0.1 it seems that the photo_get method takes a Long parameter 
even if
the sources are correct (a String parameter).

Original comment by giovanni...@gmail.com on 5 Nov 2009 at 4:57