• 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

Navigation idle on content download

oauth-private.key does not exist or is not readable

Log file is not being written in Laravel 5.5

WooCommerce - unset "<product> removed notice…" on cart page

Composer Script echo

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'name' cannot be null

Mysqli Output to a table

Detect a fetch request in PHP

Adding multiple items to WooCommerce cart at once

MOODLE: What does it mean to aggregate h5p assets?

mysql_result is defined but mysql_free_result warns it expected a resource

Yii2: How do I debug console commands?

Android Volley getParams() method not getting called for JsonObjectRequest

Declaration of OMDb::query(string $statement) must be compatible with PDO::query

Check If array is null or not in php

About Contact Privacy policy Terms and conditions