Facebook: Stream publish popup throwing error when 'next' is null -
i trying post fb feed application through js sdk.
if fail set next property null keep on getting “error occurred message”. can help?
var obj = { method: 'feed', link: link, picture: link, name: name, caption: caption, description: description, redirect_uri: "http://www.google.com/", next:null, app_id: facebookappid, actions: [ { name: action_text, link: action_link } ]
i need set next redirect.
remove next
field, it's not supported. if need set "next" link use redirect_uri
field.
Comments
Post a Comment