bertrando / facebook-actionscript-api

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

i can't post anything on feed/wall #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
    var args:Object = {    message:'test test', 
                               picture:'http://asdf.pl/asdf.jpg',
                           link:'link',
                   name:'test apps',
                   caption:'TESTTT',
                   description:'decription',
                   source:'source1'}    

    Facebook.api('me/feed', onPostComplete, args, 'POST');
2. other 
        Facebook.api('/'+userId+'/feed', onPostComplete, args, 'POST');

3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Flash CS5 , as3, windows 7,

Please provide any additional information below.

It's a web iframe flash app.

I'm still can't get it work,

Original issue reported on code.google.com by golo...@gmail.com on 14 Oct 2010 at 8:22

GoogleCodeExporter commented 9 years ago
    var args:Object = {    message:'test test', 
                               picture:'http://asdf.pl/asdf.jpg',
                           link:'link',
                   name:'test apps',
                   caption:'TESTTT',
                   description:'decription',
                   source:'source1'}

        Facebook.api('/'+userId+'/feed', onPostComplete, args, 'POST');

it's work!

Original comment by golo...@gmail.com on 14 Oct 2010 at 10:34

GoogleCodeExporter commented 9 years ago
What is the difference with the post belove?
I'm using AS3 too.

Original comment by francesc...@gmail.com on 25 Oct 2010 at 11:24

GoogleCodeExporter commented 9 years ago
how is it going with a slash before 'me/feed'?

-->Facebook.api('/me/feed', onPostComplete, args, 'POST');

Original comment by beniespu...@gmail.com on 12 Nov 2010 at 11:45

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 12 Jan 2011 at 10:57