1. PHP / Говнокод #23689

    0

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 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");

    PHP-клиент для foursquare, рекомендуемый самим foursquare

    Запостил: Fike, 30 Января 2018

    Комментарии (5) RSS

    • https://github.com/hownowstephen/php-foursquare/blob/master/src/FoursquareApi.php
      Ответить
    • > // Petr Babicka Check if we get token

      А кто токен проверять будет? Пушкин Пётр Бабика чтоли?

      Кстати, код вперемешку пробелами и табами отформатирован. Возможно, Пётр Бабика постарался.
      Ответить

    Добавить комментарий