search results

  1. I am using Koala to interact with Facebook Graph API and FQL. I would like to extract all friends of current user just once, and use this array in other queries.
    stackoverflow.com/.../interpolate-with-​fql-query-in-koala - Cached
  2. Interpolate with fql_query in Koala. question feed. about help badges blog chat data legal privacy policy jobs advertising info mobile contact us feedback.
    stackoverflow.com/questions/...jquery-​token-input-and-koala - Cached
  3. Koala. Koala is a Facebook library for Ruby, supporting the Graph API (including the batch requests and photo uploads), the REST API, realtime updates, test users ...
    www.verious.com/code/miclovich/koala - Cached
  4. koala - A lightweight, ... @rest. fql_query (my_fql_query) # convenience method @rest. fql_multiquery (fql_query_hash) # convenience method @rest. rest_call ...
    github.com/arsduo/koala - Cached
  5. I would like to use a variable in my FQL query. I\'m using Koala in my rails environment to access Facebook variables u1 = f[\"uid1\"] @opponent = @graph.fql_query ...
    www.verious.com/...do-i-include-a-​variable-in-an-fql-query
  6. @userAlbums = @rest.fql_query(\"select name, object_i d, size FROM album ... Subject: Re: [Koala] FQL problem. Print | Individual message | Show original ...
    groups.google.com/group/koala-users/​browse_thread/thread/... - Cached
  7. Koala supports OA uth, ... @all_comments = @rest.fql_query(\"SELECT id, fromid, xid, text, time from comment WHERE xid IN (#{@comments_ids.join(\",\")})\")
    www.blog.bridgeutopiaweb.com/post/​...using-ruby-and-koala
  8. @rest = Koala::Facebook::API.new ... @rest.fql_query(\"select uid, name, pic_square from user where uid in (select uid2 from friend where uid1 = me())\")
    pastebin.com/vLdzTTkq - Cached
  9. request-related options for Koala and Faraday. ... Make an FQL query. Convenience method equivalent to get_object(“fql”, :q => query). Parameters: query â€"
    rubydoc.info/github/arsduo/koala/master/​Koala/Facebook/... - Cached
  10. koala - A lightweight, ... end end it \"allows FQL\" do result = @api. batch do | batch_api | batch_api. fql_query (\"select name from user where uid=4\") end fql_result ...
    github.com/arsduo/koala/wiki/Batch-​requests - Cached