When my app starts it login to facebook with SSO, then later in my app I have a button that I want to send a checkin message to the users facebook.
Do I have to do a login event for every facebook command I do or is it enough to do it when the app starts?
I call this when my check In button is tapped but it does not work, has anyone used checkins with facebook?
function makeCheckin()
local checkinTbl = { place = "1234567890",
coordinates = {
latitude = 12.1234567,
longitude = 32.1234567
},
message = "Checkin with my cool app!"
}
facebook.request("me/checkin", "POST", checkinTbl)
[import]uid: 65840 topic_id: 28989 reply_id: 328989[/import]