daogr / facebook-actionscript-api

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

void method returning things #247

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
com.facebook.graph.Facebook

line #305 says the function is :void, but should be *, since it returns a 
Facebook::api call

Original issue reported on code.google.com by zun...@gmail.com on 26 Jan 2011 at 6:02

GoogleCodeExporter commented 8 years ago
If you look at the AbstractFacebook class, you'll see that the method api() has 
a return type of "void".

Original comment by rovertn...@gmail.com on 2 Feb 2011 at 10:43