Closed GoogleCodeExporter closed 9 years ago
Problem solved:
This code was wrong:
Facebook.login(loginHandler,["user_birthday","read_stream",
"publish_stream","email","user_hometown","user_about_me","user_relationships","u
ser_likes","user_interests","user_location","user_education_history","user_relat
ionship_details","user_work_history"]);
This code works:
Facebook.login(loginHandler,{perms:'user_birthday,read_stream,publish_stream,ema
il,user_hometown,user_about_me,user_relationships,user_likes,user_interests,user
_location,user_education_history,user_relationship_details,user_work_history'});
Original comment by covemaek...@gmail.com
on 1 Mar 2011 at 1:45
Original comment by rovertn...@gmail.com
on 2 Mar 2011 at 6:30
Original issue reported on code.google.com by
covemaek...@gmail.com
on 1 Mar 2011 at 1:23