Hi,
I am trying to post on facebook wall using: www.facebook.com/sharer.php... but it only works on Gideros Desktop Player, on iOS simulator when I click facebook button nothing happened.
Is there any sample using iOS facebook SDK plugin? If I just want to open a feed dialog for user to share on their wall am I need implement iOS facebook plugin?
Please have a look at my steps (I only work with Facebook Javascript SDK before so I don't know if it is ok with iOS)
Facebook:setAppId(appId) -> request login
Facebook:authorize() -> no need to request "publish_stream" permission when use feed dialog right?
Facebook:getAccessToken()
Facebook:setAccessToken(accessToken)
if Facebook:isSessionValid() then
Facebook:dialog("feed", {app_id, redirect_uri, display, from, to, link, picture, source, name, caption, desc, properties, action, ref})
end
Comments
So I must dig into facebook SDK plugin now
Ultimate Games on Appstore
Ultimate Games on Google Play
https://github.com/ar2rsawseen/GiderosFacebookAndroidPlugin/blob/master/GiderosFacebook/main.lua
Basically what you are interested in is: