You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python module facebook-sdk offers a get_objects() function, where you can pass a list of ids, in our case url's, to the request.
Facebook states, that "The total number of calls your app can make per hour is 200 times the number of users."
So, one open question still is, how many ids can be passed in one request? @Bubblbu said, that 50 is allowed, but it should be tested, if more is possible.
The text was updated successfully, but these errors were encountered:
The Python module
facebook-sdk
offers aget_objects()
function, where you can pass a list of ids, in our case url's, to the request.Facebook states, that "The total number of calls your app can make per hour is 200 times the number of users."
So, one open question still is, how many ids can be passed in one request? @Bubblbu said, that 50 is allowed, but it should be tested, if more is possible.
The text was updated successfully, but these errors were encountered: