As davebollinger pointed out, if YOU put anything into the “message” field programmatically you are violating Facebook’s terms of service.
You have to leave it blank and let the user fill in any text they want to send.
No i call native.showPopup() after defining option. But the problem is i cannot display any variable in the message portion. It displays as 0 or " "(blank space), like this
message = "score is : "…variable,
please check with an example, i tried both number and string.
As davebollinger pointed out, if YOU put anything into the “message” field programmatically you are violating Facebook’s terms of service.
You have to leave it blank and let the user fill in any text they want to send.
No i call native.showPopup() after defining option. But the problem is i cannot display any variable in the message portion. It displays as 0 or " "(blank space), like this
message = "score is : "…variable,
please check with an example, i tried both number and string.