0
votes
1answer
95 views

How to authenticate facebook command line app (Ruby)

I'm trying to build a simple ruby command line facebook client that will display all of the user's friends to the screen (fb_friends.rb) and I am using the fb_graph ruby gem: ...
-2
votes
1answer
31 views

facebook link recognizer for rails? [closed]

I am developing an app that allows users to post to walls/groups very much like facebook or a classic forum. I really like the way you can post a link on facebook and the link will be recognized as a ...
3
votes
1answer
801 views

Sinatra Logging in to Facebook OAuth 2.0 using gem oauth2

I can navigate to the main url which successfuly redirects to facebook. I grant permission, and I am redirected back to the callback url. If this url simply returns something like 'hello', it works ...
0
votes
1answer
508 views

cannot create wall posts with fb_graph

i am attempting to create a test user, and then write on that user's wall. here is my code followed by the error i get (i'm using ruby and the gem fb_graph): app = ...
3
votes
3answers
6k views

Facebook Graph API gem

I wanted to use the Facebook graph API in my rails app. What is the recommended gem to work with the FB graph APIs? Thanks
0
votes
1answer
198 views

Ruby gem for desktop app [closed]

i'm trying to develop a ruby desktop app and i'm looking for a gem for it, because i only find gems for RoR, i don't know if this exist because i see on facebook api developers that i have to send an ...
5
votes
5answers
4k views

Post to Facebook Fan Page Wall from Rails

I made a facebook fanpage for my rails app, and I would like to be able to post data from the rails app to that facebook fanpage's wall. After a lot of digging around the web, I've found that I am ...
2
votes
3answers
310 views

How to use a gem in Sinatra?

I'm building a new version of a Facebook app called Lovers. You can find the Lovers source code on GitHub. I'm also building a custom gem for Facebook alongside it. I want the changes that I make to ...
4
votes
2answers
3k views

Easy way of posting on Facebook page (not a profile but a fanpage)

actually, which option is the best and easy way to post an text or something else on a facebook page? I mean, I looking for a directly way to put something there from my rails application. like ...
13
votes
1answer
1k views

Is there a Facebook Credits Ruby On Rails gem out there yet? Or ruby version of their Facebook Credits sample app?

I am wanting to implement Facebook Credits in my Facebook app. Does anyone know of a version of the Facebook Credits sample app available in Ruby on Rails? Has anybody made a gem for this yet? If I ...
1
vote
1answer
226 views

problem with installing mmangino-facebooker gem

I've problem like in title. I'm using ruby with Sinatra framework and trying to integrate my site with faceboook connect using frankie gem. Unfortunetly I'm getting dependencie error like that: ...