• 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 loop a tree array with unknown depth and get array blocks?

How to get multiple values with same key from an array PHP

curl returning 301 error after migrating to https

CodeIgniter 4: Like and Dislike Functionality

Calculating Median of an array in PHP

How can I convert from a{a{} b{}} to a[a[],b[]] using php preg_match?

Component install error: JInstaller: :Install: File does not exist

Add Metadata, headers (Expires, CacheControl) to a file uploaded to Amazon S3 using the Laravel 5.0 Storage facade

find in set in laravel ? example

Query Optimization, changing the queries in the loop into a single processing query

Add custom text under order details on WooCommerce My account view order pages

how to use extended ASCII instead of unicode in PHP

Dynamic dropdown Ajax PHP request

PHP error: "The zip extension and unzip command are both missing, skipping."

PHP Download MP3 files from directory on server

About Contact Privacy policy Terms and conditions