Hello,Subject : Facebook post using action script 3.0 gives cannot
access a property or method of a null object reference errorHello,I am
using flex 4.5. I have created FBConnect custom function to connect
facebook. I am using facebook graph API in my project.But while calling
facebook.init method I get the "cannot access a property or method of a
null object reference" error.I am using following code import
com.facebook.graph.Facebook;public function FBConnect():void { //Set
applicationid var _...