renamed most tweet-stuff to tentia

This commit is contained in:
Jeena Paradies 2012-10-19 21:17:26 +02:00
parent 0d49a3b275
commit 3a7c2f612a
362 changed files with 13308 additions and 561 deletions

View file

@ -1,6 +1,6 @@
//
// TwittiaOauth.js
// Twittia 2
// Constants.js
// Tentia
//
// Created by Jeena on 19.09.11.
// Licence: BSD (see attached LICENCE.txt file).
@ -15,7 +15,7 @@ OAUTH_USER_AUTHORIZATION_URL = "http://twitter.com/oauth/authorize"
OAUTH_ACCESS_TOKEN_URL = "http://twitter.com/oauth/access_token"
OAUTH_SERVICE_NAME = "twitter.com"
APP_NAME = "Twittia";
APP_NAME = "Tentia";
API_PATH = "http://api.twitter.com/1/";
WEBSITE_PATH = "http://twitter.com/";