Did you set object parameters on your web page? For example:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#"> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# app: http://ogp.me/ns/fb/app#"> <meta property="fb:app_id" content="123" /> <meta property="og:type" content="app:action" /> <meta property="og:url" content="http://www.example.com/" /> <meta property="og:url" content="http://www.example.com/" /> <meta property="og:title" content="Testing Title" /> <meta property="og:description" content="testing Description" /> <meta property="og:image" content="http.example.com/image.jpg" />
You will need to get the correct code from the website of the Facebook developers, but it is important that you create your object so that Facebook can get the parameters from its web page.
You can test it by simply going to aggregations-> preview-> add-action, and in case just paste the web page. You will immediately see if it will work.
Ben carey
source share