• 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

How to update array value in Laravel

Applying programmatically a coupon to an Order in WooCommerce3

PHP, how to convert Int value to Week days

Fetch files from next cloud storage and display in Laravel website

Do I need to install `fxp/composer-asset-plugin` if I'm not doing front-end development

Combining a describing and one array with data

Input and output values for php into the browser?

sqlsrv_num_rows() expects parameter 1 to be resource, boolean given

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

merge all files in directory to one text file

Testing subscription renewals on Stripe

Attempted to call an undefined method named "get" of class "MailController"

Show Custom Data in Woocommerce Order Details Admin Area

How to get Laravel's CSRF Token from Another Website?

Symfony - EasyAdmin - Add and remove functions are ignored from AssociationField

About Contact Privacy policy Terms and conditions