ErrLookup › arsduo/koala

arsduo/koala

A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth. · Ruby · 18 source files

Analyzed at 47d052063e on 2026-08-23. 19 documented errors.

Code / MessageTypeSeverityTags
Koala::Facebook::ServerError.new(result.status.to_i, result.
exception error http-5xx, facebook-graph-api, transient, retryable, server-error
Batch operations require an access token, none provided.
exception error authentication, access-token, batch-request, facebook-graph-api
Delete requires an access token
exception error authentication, access-token, delete, facebook-graph-api
Write operations require an access token
exception error authentication, access-token, write-operations, facebook-graph-api
Unliking requires an access token
exception error authentication, access-token, unlike, facebook-graph-api
type must be includedin args when searching
validation error argument-error, search, required-parameter, facebook-graph-api
Wrong number of arguments for put_#{method == "photos" ? "pi
validation error argument-error, upload, put-picture, put-video, facebook-graph-api
Invalid arguments to initialize an UploadableIO
validation error file-upload, invalid-arguments, uploadable-io, facebook-graph-api
Unable to determine MIME type for UploadableIO
validation error file-upload, mime-type, uploadable-io, facebook-graph-api
generate_client_code received an error: empty response body
exception error oauth, facebook, koala, empty-response, access-token, client-code
Invalid (incomplete) signature data
validation error oauth, signed-request, cookie, signature, koala, facebook
Unsupported algorithm #{envelope['algorithm']}
validation error oauth, signed-request, algorithm, signature, security, koala, facebook
Invalid signature
validation error oauth, hmac, signature, app-secret, cookie, koala, facebook
Koala::Utils.logger.warn("Signed cookie didn't contain Faceb
console warning oauth, cookie, warning, login, koala, facebook
ServerError.new(response.status, response.body)
exception error oauth, http-5xx, transient, retry, koala, facebook
OAuthTokenRequestError.new(response.status, response.body)
http error oauth, http-4xx, authorization-code, access-token, koala, facebook
build_url must get a callback either from the OAuth object o
validation error oauth, redirect-uri, argumenterror, configuration, koala, facebook
Initialize must receive a hash with :app_id and either :app_
validation error configuration, credentials, argumenterror, realtime-updates, koala, facebook
You must init RealtimeUpdates with your app secret in order
exception error webhook, realtime-updates, app-secret, signature, hmac, koala, facebook