koala
koala copied to clipboard
A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.
This is a Koala bug/issue problem. Hi! At @zendesk we use your gem in version `3.0.0` and I come across that issue on our Production ENV. For some reason we...
- [x] This is a Koala bug/issue/documentation problem. Hello y'all. I help maintain [Opentelemetry-ruby](https://github.com/open-telemetry/opentelemetry-ruby), which supports tracing instrumentation for the Koala gem. We noticed the Koala instrumentation test suite is...
Work in progress to get koala compatible with faraday 2
Before: we run `Koala.reset_config` in a `before(:each)` to avoid mutation on the global `Koala.configuration` object. But there are some specs (for example ./spec/cases/test_users_spec.rb:285) which have their own `before(:each)` making calls...
In order to prepare for faraday 2, it is better to remove this multipart hack. From my tests, this hack isn't needed anymore
Hi there, Thanks for this awesome gem. We are using Koala gem for fetching Instagram posts. When requesting a higher limit of IG posts(`limit: 500` above), we are getting `Koala::Facebook::ServerError`,...
I encountered a situation where I receive a Facebook error with code `100` and type `OAuthException`. I don’t think we need to check for codes to decide if it is...
Facebook deprecated befriend APIs where we can create and accept a friend request between two test users. Link to the API: https://developers.facebook.com/docs/graph-api/reference/v4.0/test-user/friends Link to the bug I reported on Facebook...
Hi there, I am having trouble with request parameters, especially filtering arrays... I also cannot find any way to log the actual request to facebook servers. The code: ``` client.get_connections("act_XXXXXXXXX/customaudiences?filtering[0][value]=Client&filtering[0][operator]=CONTAIN&filtering[0][field]=name")...
I've been getting the following error lately (koala 1.10.1): ``` Koala::Facebook::ClientError: type: OAuthException, code: 2, message: An unexpected error has occurred. Please retry your request later. [HTTP 500] ``` Notice...