Changeset 7834d9
- Timestamp:
- 02/02/12 15:58:55 (4 months ago)
- Branches:
- ('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
- Children:
- 24f7755358d42e543b0740d35fc0fd5f661d157c
- Parents:
- f15fd887e8800351944c6339f90cb60cc3e7469b
- git-author:
- Micke Prag <micke.prag@telldus.se>2012-02-02 15:58:55+01:00
- git-committer:
- Micke Prag <micke.prag@telldus.se>2012-02-02 15:58:55+01:00
- File:
-
- 1 edited
-
examples/php/live/authentication/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
examples/php/live/authentication/common.php
r6fa59e r7834d9 8 8 define('PRIVATE_KEY', ''); 9 9 10 define('URL', 'http://api.telldus. net');10 define('URL', 'http://api.telldus.com'); //https should be used in production! 11 11 define('REQUEST_TOKEN', constant('URL').'/oauth/requestToken'); 12 12 define('AUTHORIZE_TOKEN', constant('URL').'/oauth/authorize');
Note: See TracChangeset
for help on using the changeset viewer.
