Has anyone successfully used the no_story parameter to prevent an uploaded photo from being posted to the Facebook user’s feed? The following code doesn’t work (nothing happens after the request is made). When I remove “no_story = 1” the request is made.
local params = { baseDir = baseDir, filename = filename, type = "image" } request("me/photos", "POST", {source = params, no\_story = 1}, callback)
Thanks!