Im trying to create a share panel in my new game…
Im using http://coronalabs.com/blog/2014/04/15/tutorial-creating-a-sharing-panel/
I can send sms and email, but for twitter and Facebook… the line:
[lua]
– popupName = “social” , service = “facebook”
local isAvailable = native.canShowPopup( popupName, service )[/lua]
Always returns false, and therefore I can’t share to Facebook and twitter.
Any idea why?
Im using iPhone 4S for testing, IOS7, and registered to Facebook and twitter in the Settings App
Thanks in advance
Roy.