Skip to main content

All Questions

0 votes
0 answers
273 views

Facebook inline video sharing with Ruby on Rails

I've been looking around for a bit but I can't seem to find any information on how to achieve what I want. Basically I have a page which displays a gif and offers the possibility to share it on ...
James Woodrow's user avatar
0 votes
1 answer
92 views

Heroku Rails App Can't Find Views For Crawlers

My heroku app responds great to a normal web request: http://feedmevr.herokuapp.com/uploads/10 Unfortunately when using the Facebook Debugger or Twitter Debugger it returns a 500 error with these ...
sbjluke's user avatar
  • 309
5 votes
0 answers
1k views

Facebook opengraph (#2) Service temporarily unavailable

i have an app on which users post their shows. I want to add rsvp_events so that users can post their activity on facebook whenever they click on going button. I have setup everything, everything ...
Hamza Khan's user avatar
  • 1,451
0 votes
1 answer
311 views

Rails + Koala gem publish post in my personal page from my personal site

I have a Facebook page and I want to publish post in the wall from my personal site. I am using Koala: user = Koala::Facebook::API.new user_access_token page_access_token = user.get_connections('me', ...
user1066183's user avatar
  • 2,554
0 votes
1 answer
268 views

Rails - "objectvalue" is an invalid value for property "object" with type "Reference"

I am having a rails app in which i have to generate a custom open graph story say Peter fought his friend using appname by having fought action and friend object. Here's what i did. In javascript ...
Praveen KJ's user avatar
1 vote
0 answers
421 views

Facebook Share fails on Localhost (Ruby on Rails dev)

It looks like Facebook Share's plugin fails when I'm on localhost:3000, even though I have it set up as a URL on my app settings. First, a screenshot of my app settings: And the code I have in the ...
Laurent's user avatar
  • 1,584
0 votes
1 answer
567 views

graph api get public events with rails/koala works only for some sites

This is my code Koala.config.api_version = 'v2.3' @oauth = Koala::Facebook::OAuth.new 'app_id', 'app_secret' @graph = Koala::Facebook::API.new @oauth.get_app_access_token @events = @graph.get_object(...
kannix's user avatar
  • 5,127
0 votes
1 answer
4k views

facebook share button using dynamic og tags for a quiz

I have a quiz and based on the score the user gets, a different image, score and description comes up. I want the user to be able to share this custom content and the url of the quiz on their facebook....
Pavan Katepalli's user avatar
2 votes
1 answer
227 views

Unable to get facebook Open Graph action approved using rails and the Koala gem

I keep getting this message after submitting my application Your Open Graph action failed to publish on any of the Platforms you submitted. Make sure the action is working properly by publishing ...
Max's user avatar
  • 181
6 votes
0 answers
2k views

Facebook API - Create a business page

It's a highly discussed topic over the globe. But I haven't found a convincing answer or a solution. All the SO post finally ended up in a NO or a solution with minimum lead. How to create a Facebook ...
swapab's user avatar
  • 2,410
1 vote
2 answers
307 views

Custom link in an open graph story

I'm building a facebook app which uses open graph to publish stories. I can successfully publish the stories but what I want to do is to customize the app link in the story(circled in the given image)....
user avatar
0 votes
1 answer
936 views

Getting #<FbGraph::InvalidRequest: OAuthException :: Unknown path components:

I'm using the FbGraph gem with Rails. Every time I try to publish an action, I get this error: [OpenGraph] Publishing publish #<GroupComment> (valid user token) [OpenGraph] #<FbGraph::...
Andrew Evans's user avatar
1 vote
2 answers
732 views

How to let the Facebook scraper into dynamic, authenticated pages

I have a social network that requires authentication and email verification before a user can enter. Once inside, users can only see content from their friends. Its actually really simple, even if it ...
Dol's user avatar
  • 964
0 votes
1 answer
77 views

Accessing huge volumes of data from Facebook

So I am working on a Rails application, and the person I am designing it for has what seem like extremely hefty data volume requirements. They want to gather ALL posts by a user that logs into the ...
Matt Lymley's user avatar
1 vote
0 answers
79 views

Get code for your action and see in my timeline

I'm building an Open Graph action. Before I was using curl in command line in order to post in my timeline, now when I'm using this command, nothing appears in my timeline. The response is correct in ...
hypee's user avatar
  • 718

15 30 50 per page