私のマルチクエリ機能は、12 月 13 日の時点で oauth 2.0 を使用する前に機能していました。https://api.facebook.com/method/fql.multiquery?access_token=に GET リクエストを送信します....
データをフェッチするメカニズムを変更する必要がありますか? 新しい oauth トークンは別の方法で処理し、別の方法で渡す必要がありますか?
multiquery params {'query1':'select eid from event_member where uid = and start_time > 1313533038','query2':' select eid,uid,rsvp_status from event_member where (rsvp_status=\"attending\" or rsvp_status=\"maybe_attending\ ") and eid in (select eid from #query1)','query3':'select uid,name,sex,affiliations,birthday_date, relationship_status, meeting_sex, hs_info, education_history, work_history from user where uid in (select uid from #query2) )','query4':'select event_type,event_subtype, start_time,end_time, name,tagline, description, eid, location, vehicle, privacy from event where eid in (select eid from #query1)'}
私が得るエラーは「不明なエラーが発生しました」です