Hi everyone.
Like said before we are working on the social media stuff for our apps.
I investigate lot of points and i think i will post a summary of all what we have investigated including (google+,twitter,facebook)
But for now we have a pb with the most basic sharing.
We want to enable the sharing of facebook without the needs to request extended permission. (We managed to make that work already). We would like to rely on the facebook share dialog.
Right now we have a problem that we can reproduce with the facebook template.
The call to the code below is not working.
facebook.showDialog( "feed", { --name = "Test name", --description = "Example description.", link = "http://www.coronasdk.com/" })
The popup appears, but with an error message.
for info, the showDialog with apprequests is working fine.
facebook.showDialog( "apprequests", { message = "Example message." })
The corona build i am using is 2014.2325.
Pbs involved iOS and Android.
We managed to make work a sharing of screenshot through the graph api with extended permissions publish_actions, so i can guess that the pb does not come from our app setup.
I check the forum in details, and i see people troubles with that as well. But i see some posts where the issues are still open not sure if they were closed or if the posters did not come back.
Is there anything obvious that i missed?
Thanks for your time,
[edit]
would really appreciate if some people confirm me they managed to make it work recently.
Also the problem start to become critical for us, for iOS i have the way to share using native.showPopup but on Android right now i have nothing except using the api with extended permissions.
Basically i would like confirmation to know if whether facebook.showDialog is working on android or not.
[edit2]
any suggestions is very welcomed. (even the more obvious one)
Thanks again.