I try to follow this Facebook API document (http://docs.coronalabs.com/guide/social/implementFacebook/)
So I have a line in main.lua to include Facebook module
local facebook = require(“facebook”)
But then it gives me following error in actual device:
module 'facebook' not found:resource (facebook.lu) does not exist in archive no field package.preload['facebook'] no file '/var/mobile/Applications/9A5269F5-61C1-4C35-8C5D-3F6733B56EE7/MyApp.app/facebook.lua' no file '/var/mobile/Applications/9A5269F5-61C1-4C35-8C5D-3F6733B56EE7/MyApp.app/facebook.lua' no file './facebook.so' no file '/var/mobile/Applications/9A5269F5-61C1-4C35-8C5D-3F6733B56EE7/MyApp.app/facebook.so'facebook stack traceback: [C]: in function 'require' ?: in function 'require'
I have gone through the document a few times… I still can’t find what I am missing…
Any step I am missing here?