• 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

Check if a string contain multiple specific words

Server-sent events in PHP (without echo or print)

How to edit Records using CodeIgniter

Sagepay Error The Vendor failed to provide a RedirectionURL

Querying only one row from a one to many relationship laravel

Send same name multiple checkbox values via ajax

SlimExceptionHttpNotFoundException

How to upload mpdf file after generating to s3 bucket in php

Uncaught TypeError: Cannot read property 'length' of null when retrieving tags from wp

php file upload scanning using clamav, permissions on /tmp/

How to make dot match newline characters using regular expressions

Laravel Nova Dependency Container what are the allowed resource properties other than id in dependsOn

dockerizing Laravel + vue

Add customer email and phone in "Order" column to admin orders list on Woocommerce

PHP | "The requested PHP extension bcmath is missing from your system."

About Contact Privacy policy Terms and conditions