daogr / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Facebook.ui("stream.publish", object, cb, "iframe"); doesn't fire the callback. #346

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I use Facebook.ui("stream.publish", object, cb, "iframe");
2.the callback is:
function cb(res:Object):void
{
...do something...
}
3.The post is successfully posted.

What is the expected output? What do you see instead?
I want the callback.

What version of the product are you using? On what operating system?
Windows Vista, API 1_6 or API 1_7 have the same result.

Please provide any additional information below.
Some days ago it works properly. 

Original issue reported on code.google.com by francesc...@gmail.com on 31 Aug 2011 at 4:10

GoogleCodeExporter commented 8 years ago
got the same error when using "apprequests". chrome reports the following error:
Uncaught Error: Error calling method on NPObject.
cb:75
(anonymous function)all.js:22
FB.provide._xdRecvall.js:22
(anonymous function)all.js:22
FB.provide.recvall.js:12
FB.provide.PostMessage.onMessageall.js:12

Original comment by daniel.b...@gmail.com on 8 Sep 2011 at 7:40

GoogleCodeExporter commented 8 years ago
Which browser are you using? The api relies on the Facebook Javascript sdk to 
make the FB.ui call. Try making the call with just the JS method and see if you 
get the callback to fire

Original comment by edwar...@gmail.com on 26 Oct 2011 at 5:48