AnthonyLins / facebook-actionscript-api

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

Limit on batch requests is 50, not 20 #394

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Attempting to add more than 20 requests to a batch results in an error.  
Facebook limits the number of requests to 50, but the API has a limit of 20.

What is the expected output? What do you see instead?
See above.

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

Please provide any additional information below.
Should require changing the limit in com.facebook.graph.core.FacebookLimits

Original issue reported on code.google.com by catapa...@evidon.com on 9 Dec 2011 at 8:12