• 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

Get WooCommerce product variation attribute terms in admin products general box

How to show a popup modal in codeIgniter?

CSV to PHP class properties

dockerizing Laravel + vue

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

PHP: Calling MySQL Stored Procedure with Both INPUT AND OUTPUT Parameters (NOT "INOUT")

carbon generated datetime not stored correctly into the database

Filter WooCommerce products with post__in and additional meta queries

is there any way to validate a field that sometime is File(image) && sometime is String(Src of same image)

WooCommerce Subscriptions: Remove role on cancelled subscription

Creating live search with AJAX and CodeIgniter

Inserting Country Selection into MySQL PHP [duplicate]

PHPSpreadsheet - How Do I Use Auto Migration Tool

php echo remove slashes from url [duplicate]

Elastic Beanstalk with Laravel Envoy

About Contact Privacy policy Terms and conditions