I am using codova 2.9.0. I provide the ability to share videos and images on facebook through the facebook connect cordova plugin. Jointly successful. but when i click the video on facebook page i got this error
Sorry, the application you used is not configured correctly. Please try again later.
and it has two buttons Go to home and Find another application
this is my code:
FB.ui({ method: 'feed', name: '', caption: '', description: des, link: 'http://apps.facebook.com/mobile-start/', source: postimage, picture: url, actions: [{ name: 'Get Started', link: 'http://apps.facebook.com/mobile-start/' }], }, function(response) { console.log('publishStory UI response: ', response); });
What am I missing?
source share