• 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

Laravel Unresolvable dependency resolving [Parameter #0 [ <required> $method ]] in class GuzzleHttpPsr7Request

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

How To Access A Column In M-M Relationship Table In Laravel

Log a user out of a website when they put their computer to sleep

Message: Set sys_temp_dir in your php.ini after installed composer

Cache clear probem in Larave

Prestashop webservice API creating cart rules

stay with the last 15 elements of an array [duplicate]

target [LaravelFortifyContractsRegisterViewResponse] is not instantiable

Unable to run composer install

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'posts.post' doesn't exist

How to override header set in Apache config with more specific header in a virtual host

How to use functions that are declared in snippets in Evolution CMS (Modx) in an external PHP Script?

Problem with fetching data from database in Laravel

How to create a individual template for page or post in custom plugin?

About Contact Privacy policy Terms and conditions