PHPでUncaught Error: Call to a member function OAuthRequest() on nullというエラーが出てしまいます。
変数をNULLにしないと、 Undefined variable: to~というエラーが出て、それは$redと$toをNULLにすることで解消できたのですが、このエラーは消えませんでした。
どのようなエラーなのですか?またどこを修正すれば動くでしょうか
コードはTwitterのタイムラインを読み込むコードの問題のある個所のものです。
PHP
1$red=NULL; 2$to=NULL; 3$req = $to->OAuthRequest("https://api.twitter.com/1.1/statuses/user_timeline.json","GET",array("count"=>"1")); 4$result = json_decode($req);//echo print_r($result); 5foreach($result as $status){ 6 $status_id = $status->id_str; 7 $text = $status->text; 8 $created_at = $status->created_at; 9 $user_id = $status->user->id_str; 10 $screen_name = $status->user->screen_name; 11 $name = $status->user->name; 12 //echo "<p><b>".$screen_name." / ".$name."</b> <a href=\"http://twitter.com/".$screen_name."/status/".$status_id."\">この呟きのパーマリンク</a><br />\n".$text."</p>\n"; 13} 14$tweets = $text; 15$date = $created_at; 16$date = strtotime($date); 17$wgLocalTZoffset = +5400; 18$date_form = "(" . date('m/d H:i',mktime(date('h',$date)+9,date('i',$date),0,date('m',$date),date('d',$date),0)) . ")"; 19 20
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。