Questions tagged [koala-gem]

Koala is a Ruby gem for integrating Facebook connectivity into Ruby, and Ruby on Rails applications.

You can find out more about Koala here. It's a Facebook library for Ruby, supporting the Graph API (including the batch requests and photo uploads), the REST API, realtime updates, test users, and OAuth validation.

93 questions
-1
votes
1 answer

Checking if a facebook profile is verified or not?

I am developing an app in which I want to know if a facebook authorized user has a verified profile or not. I can see that there is a is_verified field that facebook provides. I am just not getting it in the response I get from OAuth. Is there any…
usmanali
  • 2,028
  • 2
  • 27
  • 38
-2
votes
1 answer

koala batch request implmentation for the list of api calls

I want to find all the feeds with comments an also the profile image of the the user who commented on the posts. I found that it can be done through batch request. Now i am doing like this which fires lots of API request. @facebook =…
-3
votes
1 answer

Get All Available Facebook Pages With Koala Gem

Is there a way to get all the available Facebook pages via the koala gem? I need to cache this data. I'm not trying to associate a user with them. Just grab all the possible pages in a cron task so I can cache them. Is this possible?
codeetcetera
  • 3,213
  • 4
  • 37
  • 62
1 2 3 4 5 6
7