• 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 connect to MSSQL Server with PHP from Ubuntu 18.04?

How to map the two arrays with a duplicate value?

How to edit Records using CodeIgniter

How to load Codeigniter 4 lang file into an array variable

Laravel php artisan serve to mimic HTTPS

PhpSpreadSheet: How to save Workbook sheets in individual CSV files

Trying to iterate over a mongodb cursor twice - failing

How to average columns of data from multiple, flat arrays?

How to prevent phpmailer sending embedded image as an attachment on Gmail?

auth pages not getting css in laravel

Apply filter array/return terms

Popup Window and PHP form

How to disable widget block editor of WordPress?

how to remove %20 in the url in php

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

About Contact Privacy policy Terms and conditions