• 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

Additional price based on cart item count in WooCommerce

How to programmatically find public properties of a class from inside one of it's methods

How to fix " Uncaught TypeError: Argument 1 passed to JpGraphException::defaultHandler() " problem in php 7.1.3 and jpgraph 4.2.6?

Find out the name of the last script that included the current one

Creating a config file in PHP

Unit (real unit test) of test laravel relationship

Laravel-fopen: failed to open stream: Permission denied

Normalize DateInterval in PHP

Jquery DataTables: Data not displaying in table via Ajax

Laravel/docker-compose/redis - Class 'Redis' not found

How to execute sql code based on fetch array

Combine array with same value and add other [duplicate]

Wordpress add responsive srcset header image to theme

args[max_input] woocommerce if statement confused

Doctrine ORM: Excluding Records Based on Values of Nested Relationships

About Contact Privacy policy Terms and conditions