• 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

Woocommerce Edit Message "An account is already registered with your email address. Please log in."

virtctl works when executed via command line but not from php exec()

Project structure for PHP

Is it possible to re-use an array taken from PHP via JSON in a $.ajax function?

woocommerce change position of price

TesseractOCR not working for Laravel

XML to CSV with PHP converter [problem with images grabing]

Composer Curl error 60: SSL certificate problem: unable to get local issuer certificate

how to see if database exists with PDO [duplicate]

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

Error Class "LaravelFortifyFeatures" not found

How to put php code inside opening and closing shortcodes

Create a zip file and download it

retrieve data from database using session

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given [duplicate]

About Contact Privacy policy Terms and conditions