• 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

Using spatie/media-library, how to rename a collection of uploaded files?

Insert database rows from columns of data from associative array of indexed arrays

Detect emoticons in string

Laravel Schedule not sending email

html-php form submission after validation through JavaScript [closed]

Laravel Carbon throws error The format separator does not match

Modify microseconds of a PHP DateTime object

I want to store data in new index as per my key in php [duplicate]

Currently Using CodeIgniter Framework i have an Error

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

how to check version of codeigniter framework?

Is there an equivalent of DynamoDB on Azure as a PHP session Handler

How to create a scheduler application in php

How should I get started using PHPUnit as a testing framework for a bunch of functions and classes I have already made?

Entity provider not working in security.yml php symfony3.4 ({"code":401,"message":"bad credentials"}.)

About Contact Privacy policy Terms and conditions