Search code examples
cordovatwittercordova-pluginsvisual-studio-cordova

How to tweet from within an application using cordova?


I am looking for a cordova plugin that will allow me to tweet from an account related to my application only, not he users.

To make this clearer, take for example a game app. The user gets a new high score in the game. Now I want to tweet their high score but not from their twitter account, rather from the twitter associated to the game itself. How can this be done? I looked into many twitter plugins but all of them were associated to the users twitter account which is what I don't want.

Any ideas?


Solution

  • I swapped to ionic since its built over Cordova. The problem is if I use Cordova only, my twitter keys are exposed (except if I use my own server in between twitter and the browser). Ionic uses Angular js.