Very confused.  I have abrahams API lib, works fine.   After the
change, I updated my apps permission and then changed the following in
his code.

  function getAuthorizeURL($token, $sign_in_with_twitter = TRUE) {

    if (is_array($token)) {
      $token = $token['oauth_token'];
    }
    return $this->authorizeURL() . "?oauth_token={$token}";
    /*
    if (empty($sign_in_with_twitter)) {
      echo 'calling authorizeURL<br>';
      return $this->authorizeURL() . "?oauth_token={$token}";
    } else {
      echo 'calling authenticateURL<br>'; return;
      return $this->authenticateURL() . "?oauth_token={$token}";
    }
    */
  }

So I can make 1 call, but after that, its give me a 403
Could not authenticate with OAuth. /1/account/verify_credentials.xml?

Any thoughts????

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to