• 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

Facebook SDK error: Cross-site request forgery validation failed. Required param "state" missing from persistent data

RabbitMQ PRECONDITION_FAILED - unknown delivery tag

Fatal error: Uncaught Error: Call to undefined method mysqli_stmt::fetch_assoc() [duplicate]

PHP: set a (deep) array key from an array [closed]

Add custom text under order details on WooCommerce My account view order pages

How To Access A Column In M-M Relationship Table In Laravel

target [LaravelFortifyContractsRegisterViewResponse] is not instantiable

how to redirect the user back to desired URL after login page in PHP?

Losing session data after POST from third party website

Create a zip file and download it

How to create a individual template for page or post in custom plugin?

Get sql.h error on MacOS 12 (Monterey) sqsrv and pdo_sqsrv drive installation

Add a custom text for a particular product on specific email notification in Woocommerce

Live search query using JS and PHP for QA forum

GuzzleHttp Hangs When Using Localhost

About Contact Privacy policy Terms and conditions