Im using facebook SDK for iOS and when I open a popup to share a feed through the FB app, it doesn't work as the same way that the web-base popup.
These are the params:
params = {
method: "feed",
link: "http://apps.facebook.com/mj-bubble-spinner/",
picture: "http://fbrell.com/f8.jpg",
name: "Facebook Dialogs",
caption: "Reference Documentation",
description: "testing",
to: "1107189076"
}
Everything works fine, but the difference is that the FB app doesn't use the parameter "to" (same occur with parameter "actions"). For the web-base popup everything works fine.
Thanks for any help,
Regards