- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
<?php
/**
* FoursquareApi
* A PHP-based Foursquare client library with a focus on simplicity and ease of integration
*
* @package php-foursquare
* @author Stephen Young <[email protected]>, @hownowstephen
* @version 1.2.0
* @license GPLv3 <http://www.gnu.org/licenses/gpl.txt>
*/
// Set the default version
// @TODO: Warning when the version becomes too out of date
define("DEFAULT_VERSION", "20140201");
// I have no explanation as to why this is necessary
define("HTTP_GET","GET");
define("HTTP_POST","POST");
Fike 30.01.2018 21:20 # 0
roman-kashitsyn 30.01.2018 21:51 # +3
А кто токен проверять будет? Пушкин Пётр Бабика чтоли?
Кстати, код вперемешку пробелами и табами отформатирован. Возможно, Пётр Бабика постарался.
bormand 02.02.2018 19:57 # +2
roman-kashitsyn 02.02.2018 20:44 # +2
g0_1494089156986 02.02.2018 22:24 # 0