Ryan Barrett
Ryan Barrett
i also wonder if i could batch some twitter API calls, indirectly, by combining the search queries i use to find @-replies. i currently make one search call per user,...
we actually get facebook comments and likes for free, without extra API calls, so batching isn't as important for FB. we do make one extra call each to get photos...
as for twitter, it looks like the OR search operator would work. we'd still have to make multiple search calls, since we have to recurse to follow chains all the...
i got halfway through porting [`Facebook.get_activities_response()` in activitystreams-unofficial](https://github.com/snarfed/activitystreams-unofficial/blob/master/facebook.py#L182) to the batch API, and it just wasn't working. it added too much complexity. we can revisit it later - i have...
dropping FB from this since [Facebook support is dead](https://brid.gy/about#rip-facebook) (#817, #826).
thanks for the details! instructions for adding a new silo, for anyone who's interested: https://github.com/snarfed/bridgy#adding-a-new-silo
thanks again! instructions for adding a new silo, for anyone who's interested: https://github.com/snarfed/bridgy#adding-a-new-silo
interesting! definitely one of the more exotic silo requests so far. any idea if they have an API, or would we have to use something like https://www.appannie.com/ ? obligatory, instructions...
thanks for filing! just to confirm, you only want this because of the limit that bridgy stops after the 10 first entries it sees, right? ie you wouldn't care about...
API support for this is unclear. the only method i've found that seems likely to return it is https://www.flickr.com/services/api/flickr.photos.getInfo.html , but not even sure about that.