• 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

With doctrine ODM, can I embed many subdocuments in a main document?

SQLSTATE[HY000]: General error: 1 table posts has no column named *

PHPS source file - 403 Forbidden You don't have permission to access this resource

How to change product Image when variables are selected in Shop and Archive Pages?

PHP-Sort array based on another array?

Using PHP to connect to a remote MSSQL database

dompdf and img tag, image wont show

Server-sent events in PHP (without echo or print)

php code to send checkbox form results to email

Navigation idle on content download

Laravel: Why is my variable not being set while it's in the construct function of the controller?

Update Order custom Field value with WooCommerce REST API

Laravel update hasMany relationship using saveMany

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

how to create html table in php

About Contact Privacy policy Terms and conditions