Ben Twitter'ın OAuth ile çalışıyorum, ve ive garip bir sorun haline çalıştırmak.
Nasıl kullanarak bir kullanıcının profil bilgileri alabilirim sadece kendi simge ve gizli?
İşte şimdi kullanıyorum ne im
function OauthGetProfile($consumerkey, $consumersecret, $oauthtoken, $oauthsecret){
$to = new TwitterOAuth($consumerkey, $consumersecret, $oauthtoken, $oauthsecret);
$content = $to->OAuthRequest('http://twitter.com/statuses/user_timeline.xml', array('count' => '50'), 'GET');
return $content;
}
Bu nasıl emin değil im, api i kendi kimliği yapmanız gereken, size kişilerin profili belirtmek gerektiren Profil almak için çağırır.