• 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

Laravel Displaying image from database

I want to use codeigniter foreign character library in my custom PHP project how i can use it?

printing all running session variable in laravel 5.1

PDOException: PDO::__construct(): php_network_getaddresses: getaddrinfo failed: no such host known

Creating Combinations of Elements

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

PHP Deprecated issue when running artisan command

Sort a multidimensional array by integer inside of a string value which is two levels down

Apply session id from request header

How to send upload image through email

How to increase the PHP upload limits [duplicate]

Pass a select with mysqli_fetch_row to a table

Merge column values from two arrays to form an indexed array of associative arrays

What will the best solution for this multiple optional filter?

xdebug 3 not working in ubuntu 20.04 with docker

About Contact Privacy policy Terms and conditions