@graph = Koala::Facebook::API.new($access_token)
The query below just return latest 100 statuses of certain user instead of all statuses
@graph.fql_query("SELECT status_id, message FROM status WHERE uid='user_id'")
What is happening? Anyone can guide me if I'm doing something wrong.
Awaiting