Registering an app with Twitter requires prior to its development
I want to create a Twitter web application on GAE / J. So in order to do this, I first need to register the app with Twitter at http://twitter.com/apps/new before I go into development? Do I need to use the token or keys from twitter before development. This token or keys will only be generated when we give our (production) url.
Does this mean I need to have a .com (production url) in order to run it?
Can you guys be guided by this? Am I going right to start it?
+2
source to share
1 answer
Yes, we need to create a consumer key and a consumer secret by pointing our Twitter URL to http://twitter.com/apps/new . For this, the GAE / J appspot url will work. Got it.
0
source to share