Changeset 7834d9


Ignore:
Timestamp:
02/02/12 15:58:55 (4 months ago)
Author:
Micke Prag <micke.prag@…>
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
Message:

Fixed wrong endpoint in our php example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/php/live/authentication/common.php

    r6fa59e r7834d9  
    88define('PRIVATE_KEY', ''); 
    99 
    10 define('URL', 'http://api.telldus.net'); 
     10define('URL', 'http://api.telldus.com'); //https should be used in production! 
    1111define('REQUEST_TOKEN', constant('URL').'/oauth/requestToken'); 
    1212define('AUTHORIZE_TOKEN', constant('URL').'/oauth/authorize'); 
Note: See TracChangeset for help on using the changeset viewer.