Skip to content

Update with media issue #14

@ludar

Description

@ludar

Having an issue using this function:

    $request = OAuth_Request::forge('resource', 'POST', 'https://api.twitter.com/1.1/statuses/update_with_media.json', array(
        'oauth_consumer_key' => $consumer->key,
        'oauth_token' => $token->access_token,
        'media' => $post_data['data'],
        'status' => $status));

Errors
PHP Fatal error: Uncaught exception 'Exception' with message 'Error fetching remote https://api.twitter.com/1.1/statuses/update_with_media.json [ status 403 ] {"errors":[{"code":195,"message":"Missing or invalid url parameter."}]}'

Here are people with similar issues
https://dev.twitter.com/discussions/20834

And what the Abrahms fix
abraham/twitteroauth#232

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions