• 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 my GET request has Header: Token

how to identify the web server name of remote host

PHPUnit 7: Failed asserting that exception of type InvalidArgumentException is thrown

Convert PHP array into HTML tag attributes separated by spaces

Dropdown with current value from Mysql

Target Individual Form Instance/Counter Inside A PHP While Loop

How to create a scheduler application in php

PHP array_filter with arguments

Laravel no logout option from menu after successfull login

How to prevent phpmailer sending embedded image as an attachment on Gmail?

Laravel views are showing from cache on one server but works fine on other server

Transpose and flatten two-dimensional indexed array where rows may not be of equal length

Maatwebsite Excel 3.1 : how do I skip duplicate data when imported?

Prestashop webservice API creating cart rules

PHP function Not Working As Expected From functions.php Include File

About Contact Privacy policy Terms and conditions