Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Lua is a powerful, fast, lightweight, embeddable scripting language. It's dynamically typed, runs by interpreting bytecode and has automatic garbage collection. It is often referred to as an "extensible extension language".

learn more… | top users | synonyms

0
votes
2answers
309 views

Post to facebook not posting full message

I am trying to post this message to facebook :I have achieved (".. scorepost,") points, playing... download for FREE iPhone & Android at www.site But it is only posting: I have achieved 1000) ...
0
votes
1answer
369 views

Post score to facebook Runtime error

When i try to post the score to facebook, i get this error: Runtime error ...\main.lua:22: attempt to call global 'score' (a number value) stack traceback: [C]: in function 'score' And i don't ...
1
vote
1answer
275 views

How can I post text with Facebook feed dialog?

I write application in Lua with Corona SDK. I want to post some unique text with Facebook feed dialog. My code is: facebook.showDialog( "feed", {message = "This is my unique text" } ) I tried ...
0
votes
1answer
106 views

Corona facebook.logout() when the Official Facebook app is installed on device

I have a little issue when I want to logout from Facebook and the official Facebook app is installed on device. After facebook.logout() is called then I call the new facebook.login( appId, ...
2
votes
2answers
166 views

Corona Lua - Facebook Post Video

I am using Corona and have integrated my app to share a message and photo using FB Graph Api. Does anyone know how to post video in Corona.
-1
votes
2answers
163 views

How can user send message to his Facebook friend via mobile application?

I write mobile application with Corona SDK. I want that user that logged with Facebook (I know how to implement user's Facebook login and user's Facebook request for his friends list) could send ...
1
vote
0answers
367 views

facebook integration in corona

My Facebook score posting was running fine till the Corona Build 704. Till the Build no 704 whenever I clicked on Facebook buttons popup for the Facebook was opening but in the latest build 840 ...
2
votes
2answers
306 views

How can I convert time in ms to yyyy-MM-dd'T'HH:mm:ss.SSS'Z' format?

I write mobile application with Corona SDK that interacts with Facebook. On user's Facebook login I receive "expiration of access token" from Facebook in ms. I want to send it to Parse.com (SAAS) in ...
0
votes
1answer
573 views

Upload a photo to facebook using Corona?

Is is possible to upload a photo to facebook using Corona?