コード例 #1
0
 /**
  * Get the authentication url to add an user.
  *
  * @return string
  */
 public function getAuthUrl()
 {
     return $this->_Bitly->getAuthenticationUrl($this->_getCallbackUrl(MediaPlatform::BITLY));
 }