chafreaky
chafreaky
I'd actually be very interested in this enhancement. I am trying to pass a token from an iOS app to GAE using simpleauth (Facebook auth in the app, Open Graph...
Good point, I think it might be better for me to just create a normal session on GAE and store the FB token as a session variable instead of going...
@tr3567 did you make sure your Twitter API key is valid?
Until a better solution is presented, I was able to do this by going through the component as such: `` and then ``` if(this.$refs.chart) { this.$refs.chart.chart.update(); } ```
@mikinty I have not
Did you install TinyMCE? And import it in your `main.js`? `npm install tinymce --save` main.js `import tinymce from 'tinymce';` `Vue.use(tinymce);`