We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_status
Apologies if this is expected but I've tried to post a status with create_status only to get the error
(Hunter.Error) "{\"error\":\"This action is outside the authorized scopes\"}" (hunter 0.5.1) lib/hunter/api/http_client.ex:348: Hunter.Api.HTTPClient.request!/5
but I created the app per the readme instructions, which includes all write access:
app = Hunter.create_app("hunter", "urn:ietf:wg:oauth:2.0:oob", ["read", "write", "follow"], nil, [save?: true, api_base_url: "https://example.com"]) conn = Hunter.log_in(app, "[email protected]", "your_password", "https://example.com")
and I was then able to read basic things like favorites. However when running Hunter.create_status(conn, "test"toot") I get the following error
Hunter.create_status(conn, "test"toot")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apologies if this is expected but I've tried to post a status with
create_status
only to get the errorbut I created the app per the readme instructions, which includes all write access:
and I was then able to read basic things like favorites. However when running
Hunter.create_status(conn, "test"toot")
I get the following errorThe text was updated successfully, but these errors were encountered: