• 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

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

Symfony run hint kernel.secret parameter not found

Insert a DIV after the 6th product only once in WooCommerce category archives

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

hidden INPUT value not available in $_POST

How to get page number on dompdf PDF when using "view"

How to find the date a user created their Google account

PHP 8.1: strftime() is deprecated

PHP function Not Working As Expected From functions.php Include File

How to install PHP composer inside a docker container

Lexik JWT authentication problem "Invalid credentials"

Passing a boolean value from checkbox in Laravel form

Laravel Multi-language routes without prefix

WooCommerce Additional Information - if empty, hide

How to pass security cloudflare server with php curl

About Contact Privacy policy Terms and conditions