daogr / facebook-actionscript-api

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

Params omitted in FlashWebMain.as Example feed POST #243

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Opening and Running FlashWebMain.as
2. Logging in and making a POST to me/feed
3. A wall post is created, but params are omitted

What is the expected output? What do you see instead?
Wall post with used params

What version of the product are you using? On what operating system?
1.5

Please provide any additional information below.
Add // params = JSON.decode(paramsInput.text); // in handleCallApiClick, 
where requestType == "POST"

Original issue reported on code.google.com by tajansse...@gmail.com on 17 Jan 2011 at 2:54

GoogleCodeExporter commented 8 years ago
The "params = " not being there was just a typo and will be included in the 
next build. Thanks!

Original comment by rovertn...@gmail.com on 20 Jan 2011 at 6:40