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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -