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.

Corona SDK is a mobile development framework for creating high-performance, multimedia rich applications, games, eBooks etc. for the iPhone, iPad, and Android devices.

learn more… | top users | synonyms

0
votes
1answer
67 views
+50

Share an app with Friends with Corona sdk free version

I am trying to share my app created in corona sdk free version in facebook. But no working example found on internet. It seems there is a change in facebook api or policy. Does any one have created ...
0
votes
0answers
168 views

mobile app built with Corona sdk with facebook login . how to share content from webview

I am the front end developer for a web development company and our mobile developer is making our app with the corona SDK. Much of the content in the app comes from a webview with HTML and jquery. We ...
0
votes
0answers
56 views

Facebook Integration with Corona Application

I want to post an image and some description on the user wall. Do I need any App ID and hash key for Android and Bundle ID for IOS as read in Facebook API integration??Isn't there a more simple way to ...
2
votes
0answers
94 views

logout Facebook and clear session in corona

I have an app which is written by lua using corona SDK. I need to logout a Facebook user and clear sessions in the device. But after I logout the user by using corona API the session or cookie keeps ...
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 ...
0
votes
2answers
95 views

Corona Facebook Login

I had implemented Facebook Single Sign On in my app. Then I discovered it did not work if the user already had the fb app installed on their phone. I resolved this by generating a key hash for ...
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, ...
0
votes
0answers
172 views

Corona Facebook.showDialog() never return and response

I tried calling facebook.showDialog("apprequests", {message = "Play with me"}) It pops up a dialog for me to choose my friends. After clicking on 'send', the invitation is sent and can be viewed at ...
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.
0
votes
1answer
1k views

What does mean “Android Key Hash” in “Native Android App” section in FB application settings?

I write with Corona SDK a mobile application that integrates with Facebook. So I created a Facebook application that App ID I use for integration. In login session from mobile device, I received a ...
0
votes
1answer
152 views

Disable buttons in background during Facebook popup (Corona)

I am using inbuilt Facebook api in Corona to get a Facebook popup. However the pop up does not cover the full screen so buttons in background are visible and clickable. There is a home button. When I ...
-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
0answers
402 views

Sent post facebook on corona cdk with director class

Doing the ability to publish posts on facebook. Made a separate application - all works well, the messages are sent. I'm trying to insert the same code to another application using the director class ...