• 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

Testing subscription renewals on Stripe

"Mixed content blocked" when running an HTTP AJAX operation in an HTTPS page

send email using gmail-api and google-api-php-client

Laravel csrf token mismatch for ajax POST Request

Laravel eloquent update record without loading from database

RabbitMQ PRECONDITION_FAILED - unknown delivery tag

Eloquent insert id with sequence next value

phpseclib 2.0 can not use Composer to create autoload

PHP: How to raise number to (tiny) fractional exponent?

Is it possible to change the table name in the migration file-laravel

Stop caching for PHP 5.5.3 in MAMP

PHP Find Array Index value in multi-line array

Execute only one time and then wait set period of time before executing again

Merge key and value of array index [duplicate]

Docker & Laravel : configure: error: Package requirements (oniguruma) were not met

About Contact Privacy policy Terms and conditions