Upload a video using Facebook API for Tizen?
问题 I wondering how to upload a video using Facebook API with Tizen application which is developed in HTML5. Can any one say how to integrate..? 回答1: The code inside the widget should be like any other JavaScript implementation of a video upload to Facebook for an example see: Facebook video upload via Graph API Javascript SDK The only caveat should be that any resource that it is accessed outside should be declared(see Accessing External Network Resources): You cannot access external network