ludar

Results 1 issues of 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:...