codeigniter-oauth icon indicating copy to clipboard operation
codeigniter-oauth copied to clipboard

NO LONGER ACTIVELY MAINTAINED. USE https://github.com/thephpleague/oauth1-client INSTEAD

Results 4 codeigniter-oauth issues
Sort by recently updated
recently updated
newest added

It was a problem that I had https://forum.pyrocms.com/discussion/comment/16453/#Comment_16453 thanks Phil :)

added https url https://github.com/pyrocms/social/issues/35#issuecomment-35080936

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:...

When using this 'out of the box' to have a login system using Twitter I get the following error ``` Fatal error: Uncaught exception 'Exception' with message 'Error fetching remote...