• 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 fix Call to undefined method AppModelsTableName::factory?

Laravel Unresolvable dependency resolving [Parameter #0 [ <required> $method ]] in class GuzzleHttpPsr7Request

WooCommerce Subscriptions: Remove role on cancelled subscription

Unsure why I am getting: Number of variables doesn't match number of parameters in prepared statement

Laravel - Implicit route model binding with soft deleted data

Laravel Command Schedule Not Working Properly

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

How to change the app environment at run time?

Confirm Leave on External Links in Wordpress

How to render html from a @foreach loop in a textarea

Limit of log line written to Apache Errorlog from mod php error_log

PHP7 CLI attempts to load xdebug twice - "Cannot load Xdebug - it was already loaded"

Fetch files from next cloud storage and display in Laravel website

Cannot pass null argument when using type hinting

How to get monthly wise data in laravel

About Contact Privacy policy Terms and conditions