• 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 send parameters in soap request in php in __soapcall() function

Laravel PackageManifest.php: Undefined index: name

Laravel 5 issue with wherePivot

How to keep value of selected value after form submission?

Batch request Google Calendar php API

Find out the name of the last script that included the current one

Converting array to string and then back in PHP

PHP: How to solve ob_start() in combination imagepng() issue?

PHP Print to Network Printer

Issue with laravel eloquent model property

Get keys from associative array [duplicate]

Submitting a form with ajax in Wordpress

Popup Window and PHP form

Phpunit partial mock + proxy Entity

run a query using EXECUTE BLOCK to prepair a column for an unique-Index

About Contact Privacy policy Terms and conditions