• 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

possible options to create pdf file using html elements to generate invoice in php and codeigniter

jQuery Ajax Post with data

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 255

PHP random string generator

mysql_result is defined but mysql_free_result warns it expected a resource

insert multiple rows in a saveall in cakephp

NGINX: connect() to unix:/var/run/php7.2-fpm.sock failed (2: No such file or directory)

Must be of the type array, null given,

how to check version of codeigniter framework?

Yii2: How to download backup files using spanjeta/yii2-backup?

Display a success custom notice after Placing an Order in WooCommerce

Star and Half Star Rating in Laravel

How to break out of a foreach once a condition is met?

How can i update or reset my password without entering email field in laravel-8?

Popup Window and PHP form

About Contact Privacy policy Terms and conditions