Plugin Directory

Changeset 1086643


Ignore:
Timestamp:
02/10/2015 07:18:50 PM (11 years ago)
Author:
jaydensibert
Message:

Untappd discontinued their standard HTTP API endpoint. A mistake was found in the retappd pagination request and has been fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • retappd/trunk/wp-paginate-untappd.php

    r1066299 r1086643  
    1616
    1717    // Make Untappd API Request
    18     $retappd_url    = "http://api.untappd.com/v4/user/checkins/$retappd_username?client_id=$client_id&client_secret=$client_secret&max_id=$max_id&limit=$result_limit";
     18    $retappd_url    = "https://api.untappd.com/v4/user/checkins/$retappd_username?client_id=$client_id&client_secret=$client_secret&max_id=$max_id&limit=$result_limit";
    1919   
    2020
Note: See TracChangeset for help on using the changeset viewer.