• 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

Split array into 4-element chunks then implode into strings

Laravel with App Engine Standard Class 'FacadeIgnitionIgnitionServiceProvider' not found

Sentry on Symfony: how to exclude `NotFoundHttpException`

How to get the survey List from surveygizmo API in the Postman?(Trial Version)

Load a .env file with PHP

How to validate Envato Purchase Code in PHP

Facebook PHP SDK - will not logout properly

Testing subscription renewals on Stripe

In PHP, which is faster: preg_split or explode?

Python - Include another Python script

(Cache::lock()) -> get() -- Under what conditions does it return false?

PHP: convert all UTF-8 characters to HTML entities

How to install ZeroMQ for PHP on an Alpine Linux container?

Manage independently the decimal number of the price of each product [duplicate]

PHP - CURL using HTTPS [closed]

About Contact Privacy policy Terms and conditions