• 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

Can't call javascript alert alertify library from PHP

Clients authentication and user authentication with laravel

array_key_exists(): The first argument should be either a string or an integer

PHP array_filter with arguments

Unable to Edit config.inc.php

unable to load your default controller on Codeigniter

Convert PHP array into HTML tag attributes separated by spaces

php code to send checkbox form results to email

Check If array is null or not in php

how to get value from array in laravel

Query Optimization, changing the queries in the loop into a single processing query

Cannot retrieve error message using Symfony HttpClient if the response is not "ok"

Limit login attempts in Laravel 5.7

How to solve cURL error 60: SSL certificate in Laravel 5 while Facebook authentication

how to loop through json response data using ajax jquery?

About Contact Privacy policy Terms and conditions