PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
wpdiscuz
/
forms
/
wpdFormAttr
/
Login
/
twitter
<?php namespace wpdFormAttr\Login\twitter; /** * @author Abraham Williams <abraham@abrah.am> */ class TwitterOAuthException extends \Exception { public function getOAuthMessage() { $message = json_decode($this->message); if (isset($message->errors) && is_array($message->errors)) { $oautException = ""; foreach ($message->errors as $error) { $oautException .= $error->message . '<br>'; } return $oautException; } return $this->message; } }
[+]
..
[+]
Util
[-] TwitterOAuthException.php
[edit]
[-] Config.php
[edit]
[-] SignatureMethod.php
[edit]
[-] TwitterOAuth.php
[edit]
[-] Util.php
[edit]
[-] cacert.pem
[edit]
[-] HmacSha1.php
[edit]
[-] Consumer.php
[edit]
[-] Token.php
[edit]
[-] Request.php
[edit]
[-] Response.php
[edit]