Run App Android Success, But not share Facebook ? Help me

Hi all,
i make a game include sdkbox, i installed successful sdkbox, build app, run game is ok, login to facebook is ok, But not successful share link on facebook


can you help me, please ?

thanks everyone !

help me !!!

  1. Please don’t post and then 4 hours later post again “help me”. It isn’t productive to the thread.

  2. You have a few Facebook threads going. It is hard in this case to help with all 3 since they all 3 are related. You are trying a Facebook operation and it is failing.

  3. I don’t think it is wise to init(), login() etc all in the same callback. How do you know the timing isn’t throwing this off? init() in someplace like AppDelegate.

  4. Please read this: http://sdkbox-doc.github.io/en/plugins/facebook/v3-cpp/
    I have posted this for you a few times. It tells you what you need to do. Notice in the code you posted in the screenshot. Your request permissions is out of order. login() then request permissions steps

The error message says “Invalid user id”
Can you double check your user id and Facebook app id?