Calling gcm.json_request(...) raises error stating that 'GCM' object has no attribute 'json_request' when that is the way supposed to be used to send messages.
Since flask-gcm is just a wrapper on the python-gcm lib calling that on flask-gcm should just work
Calling
gcm.json_request(...)raises error stating that 'GCM' object has no attribute 'json_request' when that is the way supposed to be used to send messages.Since flask-gcm is just a wrapper on the python-gcm lib calling that on flask-gcm should just work