• 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

Unable to match results of php hash_hmac() and coldfusion hmac()

Woocommerce Checkout - Add conditional field required if one field is filled

Override default Auth routes in Laravel 7

how to get the header value, if we don't know the value because the value is random from the server

Sliders in Laravel

Is there a way to use the same parameter into multiple place in the same query with Eloquent? [duplicate]

How to fix this error : Ask your hosting provider to use PHP 7.2.5 or higher for both HTTP and CLI?

dompdf and img tag, image wont show

Create a zip file and download it

Display Brand Name Above Product Title in Woocommerce Cart, Checkout Page, Orders and Email Notification

Store / Website Column in Magento 2 Admin Grid - Custom Module

How to assert parameter attribute sub-structures in PHPUnit mock call expectations

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

Cannot connect to own websocket server when on secured domain

Utf8 encoding issue with Laravel

About Contact Privacy policy Terms and conditions