私はabarahams oauthを使用していますが、stdクラスオブジェクトを取得できました
stdClass Object
(
[ids] => Array
(
[0] => 15761916
[1] => 30144785
[2] => 382747195
[3] => 19399719
[4] => 15962388
[5] => 119513889
[6] => 18286505
[7] => 74829153
[8] => 20536157
[9] => 29877699
[10] => 242314486
[11] => 17813899
[12] => 18931678
[13] => 27791181
[14] => 13049362
[15] => 21845792
[16] => 136361303
[17] => 50184013
[18] => 169686021
[19] => 22733444
[20] => 30543716
[21] => 338084918
[22] => 18182384
[23] => 16213342
[24] => 5988062
[25] => 127640187
[26] => 181835231
[27] => 244189163
[28] => 38919338
[29] => 66644574
)
[next_cursor] => 0
[next_cursor_str] => 0
[previous_cursor] => 0
[previous_cursor_str] => 0
)
all these array value reside in a php variable $following
mysql クエリを実行して値を確認し、データベースの例に一致するかどうかを確認したい
mysql_query( " Select id from user where oauth = '$following->ids[$i]' ");
ユーザーのウェブサイト ID を返します。データベース内の oauth ID を持つ既存のすべてのユーザーを引き出して配列に入れたい。mysql_fetch assoc を使用してみましたが、リソース ID #1,2 などを指定した場合
どんな助けでもいただければ幸いです