hello
i have created new app by following this tutorial
https://docs.phpfox.com/display/FOX4DEVDOC/Feed+Integration
feed integration is working well with like,comment but share service is not working
i have also added this method in call back class
// share service required callback method
public function canShareItemOnFeed()
{
return true;
}
but after click share only blank popup is appear.
Be the first person to like this.