• 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 remove white space in select 2

PHP Imap , php 7.4.3 on mac osx catalina

merge all files in directory to one text file

Store multiple fields in JSON column (Nova CMS)

Laravel - Browser displays message again when I press back button

PHP - installing Xdebug on Mac with XAMPP (Unix File)

How to disable widget block editor of WordPress?

PHP Fatal error: Class not found - PHPUnit

PHP's array_map including keys

Display Link Title Instead of URL in XSL

How to pass data to all views in Laravel 5?

Laravel lang slug in url

sort() not affecting original array while inside foreach loop

PHPUnit gives error: Target [IlluminateContractsViewFactory] is not instantiable

printing all running session variable in laravel 5.1

About Contact Privacy policy Terms and conditions