I'm trying to share content to facebook from my Codename One application but the token is null in the network monitor tool.
Asked
Active
Viewed 125 times
0
-
I edited your question and included the image inside. You need to edit it too and include the source code that generated this for completeness. – Shai Almog Dec 15 '17 at 04:41
1 Answers
0
The Share Button will work on device without the Facebook token as it will integrate with the natively installed apps on the device and share to the users facebook account. This is behavior related to the simulator and platforms that don't support native sharing intents.
You can login to Facebook for a token, you can check the section about that in the developer guide but this is unnecessary for real device code.

Shai Almog
- 51,749
- 5
- 35
- 65