AnthonyLins / facebook-actionscript-api

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

FacebookWeb API BUG #399

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Facebook.init("AppID",loginHandler);  
2.Facebook.login(loginHandler,["user_birthday","read_stream", 
"publish_stream"]);
3.

What is the expected output? What do you see instead?
grant all permission in ["user_birthday","read_stream", "publish_stream"]

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

Please provide any additional information below.
extended permission don't work with Facebook api web version, i test same code 
with application desktop and facebookDesktop api and it's work  but with 
application web i can't add other permission to my application facebook(only 
basic information permission..)

Thank's and sorry for my bad english

Have a nice day

Original issue reported on code.google.com by messi89a...@gmail.com on 24 Dec 2011 at 6:51