• 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

Facebook SDK error: Cross-site request forgery validation failed. Required param "state" missing from persistent data

Inserting data into SQL Server Db An Invalid direction was specified

Yii Ajax Submit button

ConstraintViolationListInterface to Exception in Symfony

how to display a view on laravel 8 and not have a 404 NOT FOUND page?

Fatal error: Trait 'LaminasDbAdapterLaminasDbAdapterAdapterInterface' not found in /var/www/vendor/laminas/laminas-db/src/Adapter/Adapter.php

PHP AWS Cognito 'Error executing "SignUp" : ResourceNotFoundException : User pool client XXXX does not exist

Results page in other window

get data-value with variable value

Symfony Mercure "Failed to send an update"

Webscraping Symfony/Panther: Can't get HTML

Create a new line whenever an array value reaches more than 10 characters

Transpose and flatten multiple rows of array data [duplicate]

jQuery Ajax Post with data

PHPExcel export HTML table to xlsx

About Contact Privacy policy Terms and conditions