Метод | Описание | |
---|---|---|
getAccount ( $username ) | ||
getAccountById ( $id ) | ||
getLastLikesByCode ( $code ) | ||
getLocationById ( $facebookLocationId ) | ||
getLocationMediasById ( $facebookLocationId, $quantity = 12, $offset = '' ) | ||
getLocationTopMediasById ( $facebookLocationId ) | ||
getMediaByCode ( $mediaCode ) | ||
getMediaById ( $mediaId ) | ||
getMediaByUrl ( $mediaUrl ) | ||
getMediaCommentsByCode ( $code, $count = 10, $maxId = null ) | ||
getMediaCommentsById ( $mediaId, $count = 10, $maxId = null ) | ||
getMedias ( $username, $count = 20, $maxId = '' ) | ||
getMediasByTag ( $tag, $count = 12, $maxId = '' ) | ||
getPaginateMedias ( $username, $maxId = '' ) | ||
getPaginateMediasByTag ( $tag, $maxId = '' ) | ||
getTopMediasByTagName ( $tagName ) | ||
searchAccountsByUsername ( $username ) | ||
searchTagsByTagName ( $tag ) |
Метод | Описание | |
---|---|---|
generateRandomString ( $length = 10 ) | ||
getContentsFromUrl ( $parameters ) |
public static getLocationMediasById ( $facebookLocationId, $quantity = 12, $offset = '' ) |
public static getLocationTopMediasById ( $facebookLocationId ) |
public static getMediaCommentsByCode ( $code, $count = 10, $maxId = null ) |
public static getMediaCommentsById ( $mediaId, $count = 10, $maxId = null ) |
public static getMedias ( $username, $count = 20, $maxId = '' ) |
public static getMediasByTag ( $tag, $count = 12, $maxId = '' ) |
public static getPaginateMedias ( $username, $maxId = '' ) |
public static getPaginateMediasByTag ( $tag, $maxId = '' ) |
public static getTopMediasByTagName ( $tagName ) |
public static searchAccountsByUsername ( $username ) |