1

I can post a message to my page using this, but how do I post a url, with an image and a link to the url. @page.put_connections('me', "feed", {:message => "Page writting to dduser's wallxxxcdcds!"})

user1883793
  • 4,011
  • 11
  • 36
  • 65

1 Answers1

2

@page.put_wall_post("body", {link: "www.google.com", caption: "caption"})

MZaragoza
  • 10,108
  • 9
  • 71
  • 116
user1883793
  • 4,011
  • 11
  • 36
  • 65