• 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

Remove product downloads section in woocommerce email notifications

Laravel Database Strict Mode

Laravel 5.1 Unknown database type enum requested

Laravel MSSQL Server Connection not working

Change the alert text on add to cart action without selected variation in Woocommerce

Woocommerce Checkout - Add conditional field required if one field is filled

PHP my timezone is no setting up in PHP.ini File in xampp

What will the best solution for this multiple optional filter?

How to change HTML structure inside WP <head>

Input and output values for php into the browser?

How can I access an array/object?

Why do I have invalid argument supply for foreach in Laravel for json response? [duplicate]

Laravel Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) on a sub query with "ROW_NUMBER() OVER PARTITION"

How to put php code inside opening and closing shortcodes

Must be of the type array, null given,

About Contact Privacy policy Terms and conditions