• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Getting public posts of a random user from Facebook API

phpfacebookfacebook-php-sdk


PHP Snippet 1:

SELECT post_id, message FROM stream WHERE source_id = {User_ID} LIMIT 50 

PHP Snippet 2:

SELECT status_id, message FROM status WHERE uid = {User_ID} LIMIT 50

Related Snippets

Transpose and flatten multiple rows of array data [duplicate]

PHP -> Next nearest date defined by array of days in week

PHP Startup: Unable to load dynamic library 'openssl' in Ubuntu

PHP Download MP3 files from directory on server

Limit of log line written to Apache Errorlog from mod php error_log

How to install php_imagick on wamp64

Wordpress how to get the post thumbnail inside a figure tag

"Unable to load dynamic library 'pdo_sqlsrv.so' "Cenos7 PHP7.2.10

Facebook SDK error: Cross-site request forgery validation failed. Required param "state" missing from persistent data

Lexik JWT authentication problem "Invalid credentials"

Encrypt in php and decrypt in Dart(flutter)

PHPS source file - 403 Forbidden You don't have permission to access this resource

PHP Print to Network Printer

How do I Post to .txt document before form submits

CodeIgniter extend CI_URI undefined method

About Contact Privacy policy Terms and conditions