• 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

HTML + PHP + PHPMAILER

how to validate form data in codeigniter 4

Why is this PHP array not the same?

Laravel whole batch is cancelled if one Job fails

Why does array_map() with null as callback create an "array of arrays"?

WAMP Virtual Host not working

how to loop through json response data using ajax jquery?

Session timeout in Yii2

Update Order custom Field value with WooCommerce REST API

api response laravel doesn't show

Call to undefined function openssl_decrypt

Why rand() every time I refresh the page?

Remove country code from phone number?

MySQL upgrade causing unexpected results on simple WHERE clauses

Don't show recurring price for WooCommerce subscriptions worth 0$

About Contact Privacy policy Terms and conditions