Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.30 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. apprequest with picture?
  2. var obj = {
  3.   method: 'feed',
  4.   link: 'https://developers.facebook.com/docs/reference/dialogs/',
  5.   picture: 'http://fbrell.com/f8.jpg',
  6.   name: 'Facebook Dialogs',
  7.   caption: 'Reference Documentation',
  8.   description: 'Using Dialogs to interact with users.'
  9. };
  10.  
  11. FB.ui(obj);