I'm making a flash game for facebook. I have to use a SWC for facebook actionscript api. But somehow it doesn't work. I tried adding SWC file from Actionscript settigs, also tried linking the source files from Actionscript settings.
When I import the source with this code:
import com.facebook.Facebook;
it gives me error. Thanks in advance.