• 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

Unable to Edit config.inc.php

How to get monthly wise data in laravel

WAMP Virtual Host not working

Magento 2 - Controller returning blank page

How to read laravel_session cookies saved in cookie memory of browser in client side?

how to remove %20 in the url in php

Filter array by skipping every nth element from the end

How to fix bootstrap multiselect search data using ajax

Declaration of OMDb::query(string $statement) must be compatible with PDO::query

Upgrade PHP on AWS Linux

Toggle between a textbox and a select using PHP

Laravel Gates using model and returns "Using $this when not in object context" Line 28 of AzureUser model

SilverStripe unable to populate multiple member Childs

How to edit Records using CodeIgniter

Sort multidimensional array by column value within a column

About Contact Privacy policy Terms and conditions