Skip to content

Instantly share code, notes, and snippets.

@Gawyn
Gawyn / gist:5669000
Created May 29, 2013 09:11
Feed Dialog for Facebook
function postToFeed() {
var obj = {
method: 'feed',
link: 'http://playfulbet.com',
picture: '#{image_url("favicon.png")}',
name: 'Playfulbet',
description: '¡Playfulbet es el mejor juego deportivo de Facebook!'
};
function callback(response) {