• 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

Sliders in Laravel

how to sort by a custom appended relation to model

Warning: A non-numeric value encountered

if statement inside concatenation

How to map the two arrays with a duplicate value?

GuzzleHttp Hangs When Using Localhost

PHPExcel export HTML table to xlsx

SlimExceptionHttpNotFoundException

generate an Excel file using PHP

PHP rotate matrix counter-clockwise

500 (Internal Server Error) with Laravel & Docker [duplicate]

renameColumn migration fails for existing column with columns does not exist error

Remove "estimated for {country}" text after tax amount in Woocommerce checkout page

Form Validation and Submission to database

How to add a heading in between checkout fields of WooCommerce

About Contact Privacy policy Terms and conditions