|
|
@@ -44,10 +44,12 @@
|
|
|
recent))
|
|
|
|
|
|
(defun fsq-fetch-friends (&optional offset)
|
|
|
- (aget "items"
|
|
|
- (aget "friends"
|
|
|
- (%fsq-api-call "users/self/friends"
|
|
|
- (list (cons "offset" (or offset "0")))))))
|
|
|
+ (list*
|
|
|
+ (aget "user" (%fsq-api-call "users/self"))
|
|
|
+ (aget "items"
|
|
|
+ (aget "friends"
|
|
|
+ (%fsq-api-call "users/self/friends"
|
|
|
+ (list (cons "offset" (or offset "0"))))))))
|
|
|
|
|
|
(defun fsq-format-checkin (checkin &optional with-dates)
|
|
|
(when checkin
|