koala Questions

2

According to facebook, as of April 30th 2014 the create_event method is no longer available which I assume means no ability to publish events? https://developers.facebook.com/docs/apps/changelog ...
Stave asked 15/5, 2014 at 10:56

3

Solved

I'm writing a Rails app that uses omniauth-facebook to authenticate the user against FB (and to get a FB OAuth access token for the user). The app then uses Koala to make various calls to the FB Gr...
Josettejosey asked 20/4, 2012 at 16:14

1

I'm building a facebook app using Ruby on Rails and the Koala gem to build my own login flow. https://github.com/arsduo/koala https://developers.facebook.com/docs/facebook-login/manually-build-a-...
Kuhlman asked 1/10, 2016 at 19:35

2

Solved

Koala version: 2.2.0 Error message: /scss/styles.scss /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/dependency.rb:319:in to_specs': Could not find 'sass' (...
Porpoise asked 1/10, 2017 at 11:19

1

I want to post multiple pictures to my facebook group with Koala#put_connection or more specific methods like #put_picture. Example of single picture posting: graph = Koala::Facebook::API.new(toke...
Loeffler asked 9/1, 2014 at 8:37

2

I'm using Koala for Win64 to compile sass (with lot of partials) to css with no problems, but Koala auto compile function is only runs when there are updates in root scss file, so I need to open Ko...
Rubidium asked 9/8, 2014 at 7:16

1

Solved

Can somebody help me with getting total_count of user friends? u.facebook.get_connection("me", "friends",api_version:"v2.0") This return 0 because it return friends that also use my app. But i...
Reahard asked 31/10, 2014 at 17:22

1

My situation and what i have: Rails app (last version of Rails) Koala gem (last version) 1 (one) Facebook user (for example - it's me), and that is all, no more users (!) Page on a website withou...
Isopropyl asked 16/11, 2014 at 3:32

3

I want to check whether the user has give publish_stream permission to my application or not. If not want to get publish_stream permission.
Oldcastle asked 17/11, 2011 at 12:47

2

Solved

i am currently using the koala, and all seems to be working, though when attempting to use the following to gain the likes on a certain posts all i seem to be getting is the array of items code wi...
Annotate asked 22/6, 2014 at 14:19

1

Solved

I use Koala to publish a post with link to a Facebook Group @graph = Koala::Facebook::API.new(access_token) @graph.put_connections(group_id, "feed", { :message => post_message, :picture =&gt...
Acro asked 17/1, 2014 at 23:17

2

Solved

I have an application where users can link their Facebook accounts. They can log in using their email, but they can link their Facebook account. In the view where I show the linked social networks...
Berga asked 17/4, 2012 at 0:35

2

It seems like Facebook's new release on December 5th is causing some issues for me. Is anyone else getting this error? Koala::Facebook::APIError (OAuthException: This authorization code has been...
Pancreatin asked 6/12, 2012 at 21:29

2

I'm using Koala gem on on Ruby on Rails application And I have the following code on the model I'm using to the the data through Koala: @graph = Koala::Facebook::GraphAPI.new(token_secret) friend...
Electronics asked 24/1, 2012 at 22:13

1

Solved

I use Koala in an application that interacts with Facebook through API calls. I want to record the raw HTTP requests that Koala generates as well as the responses Facebook sends back in a database....
Folium asked 22/10, 2011 at 6:52

2

Solved

We have a problem in our RoR app. We are using a facebook authentication with omniauth, and searching the user friends with Koala. But lately, when we try to show a friend photo, we got this error:...

3

I'm building a Rails 3 app using Devise/OmniAuth, and Koala and I'm getting the following SSL error: OpenSSL::SSL::SSLError in Users/omniauth callbacksController#facebook SSL_connect returned=1 er...
Exterminate asked 25/5, 2011 at 15:52

2

Solved

Is there any way to post a Facebook application invite from Ruby on Rails, e.g. by deploying Koala? Looks to be impossible at the glance. Any workarounds other than simply posting to a wall?
Ichinomiya asked 3/11, 2011 at 11:28

2

Solved

I'm having trouble using newly installed gems - I think there must be something I'm missing, because I ran across the same error with both fb_graph and koala. I added the gem to my gemfile and then...
Orissa asked 31/3, 2012 at 21:59

1

i was wondering how i can catch a koala oauth exception (for example user password reset). right now this is what i have / use so far: rescue_from Koala::Facebook::APIError do # redirect to fb a...
Backchat asked 1/9, 2011 at 13:24

2

Solved

I'm trying to find out if User A is friends with User B but I don't want User A's entire list of friends. Is there a way, using Koala / the Graph API to simply find out if User A is friends with Us...
Decosta asked 19/1, 2012 at 18:54

1

Solved

I'm trying to generate a realtime updates subscription using the Koala gem deployed on Heroku. However, when I run the following: @updates = Koala::Facebook::RealtimeUpdates.new(:app_id => APP_...
Southeastwardly asked 5/10, 2011 at 19:13

3

Solved

I'm trying to get Koala to work with Omniauth. A User model logs in with Facebook using Omniauth and I want to use Koala as a client to pull the list of a user's friends that are using the app. I d...

1

Solved

I have an app in which I am implementing authentication using devise and omniauth. Ive got the logging in / out etc figured out, what i wanted to know was, what is the most efficient way to have a ...
Rheotaxis asked 30/6, 2011 at 9:57
1

© 2022 - 2024 — McMap. All rights reserved.