- Home /
Missing Title & Description While Sharing to Facebook
I Implemented Facebook Sharing dialog using basic FB.SharLink and FB.FeedShare in one a sample project. Now when I create a new Facebook Application for Live project and Integrated into My Live Unity Project, It stopped working as it is designed.
Steps : Create Facebook Application , Added Android product in it. Disabled the development mode and all other necessary basic setting about application info such as namespace, app domain & Website.
Issue : When I go for post to Facebook, it clears out title and description of written by my C# code and get some title and description from the website link, if it founds nothing from website , it sets website URL text as Content Title and Content Description.
Tweak : Now when I app App Id and App Name from Sample project to Live project and change Bundle Identifier Name and set it to sample project's bundle identifier name and then when I build my live project and test it and It worked actually. Now I am amazed how this could be happen ?
I am providing the same link such as www.google.com. It is working in Old Sample Project with it's Facebook application , but it is not working for live project and new Facebook Application.
Then I went to developers.facebook.com and check all the setting of both Facebook application. But all settings are same. Not a penny is different except from Facebook Application Id, Name & Secret Key.
Please help me on this.
Answer by Ted-Bigham · Aug 02, 2017 at 11:16 PM
It's possible you have different API versions across the two apps, and the feature you are describing is disabled on the newer API but only deprecated on the older one.
You can view your API version at https://developers.facebook.com/apps/[your app id]/dashboard/ but it won't make a difference anyway... as of July 17, 2017 specifying title and content in FeedShare and ShareLink is disabled across all version of the API. See the last paragaph in this page https://developers.facebook.com/docs/sharing/reference/feed-dialog
Your answer
Follow this Question
Related Questions
Facebook posting error 0 Answers
How to open Facebook Share Dialog from Unity in Android device? 0 Answers
Sharing fly through video advice 0 Answers
Posting screenshot on Facebook timeline using FB.API seems impossible 1 Answer
Unity cannot find Facebook 2 Answers