• 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

Make survey at laravel 5.4 and MySQL

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

How can I create a Download Page with post php method?

Composer fails with kylekatarnls/update-helper on new homestead

PHP to search within txt file and echo the whole line

Spam Filter in Contact Form

Undefined Array Key error when uploading image on php

Change user role if checkout custom checkbox is checked in WooCommerce

How to solve cURL error 60: SSL certificate in Laravel 5 while Facebook authentication

How update php.ini on a Mac OS X Mojave?

Yii Ajax Submit button

How to get page number on dompdf PDF when using "view"

Laravel Unknown Column 'updated_at'

stay with the last 15 elements of an array [duplicate]

Implode array with array of glue strings

About Contact Privacy policy Terms and conditions