なぜ次のFacebookFQL:
select column_name from columns where table_name = 'user' order by column_name
戻り値は、APIページhttp://developers.facebook.com/docs/reference/fql/userにある列の異なるリストです。
たとえば、フィールド'can_viewer_send_poke_message'を返しますが、Facebookはそれを伝えます
(#602) can_viewer_send_poke_message is not a member of the user table
したがって、プロセスを自動化して、各hqlテーブルの列の完全なリストを含むいくつかのhqlクエリを保持しようとしています。
「、」で区切られた文字列として各テーブル列リストを取得する他の方法はありますか?