- Home /
 
Share on Facebook
Hello everyone, Something strange happened with the share button. During the development of my app everything worked well, as soon as I released into the play store there is something wrong, it does not agree with what I want. In the picture below you will understand everything.

Before releasing the game everything worked, I write the function I use.
public void ShareWithFriends()
{
   FB.Feed(
   linkCaption: "I'm playing this awesome game!",
   picture: "http://i.imgur.com/1soNz2p.png",
   linkName:"Check out this game",
   link:"https://play.google.com/store/apps/details?id=com.bistudio.backtoback");
 
               }
This is my first game, maybe it's me that I'm wrong. Thanks in advice.
 
                 
                immagine.png 
                (113.7 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Share image with hastag 2 Answers
Android Facebook Share button in C#? 0 Answers
Facebook leaderboard issue 0 Answers