• 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

How can I pass the list to the component variable in Laravel?

How to disable widget block editor of WordPress?

How to send upload image through email

How to make a array inside array?

SMTP ERROR: MAIL FROM command failed: 530 5.7.0 Must issue a STARTTLS command first when using PHPMailer

How to set a domain name with php artisan serve

How to break out of a foreach once a condition is met?

how to remove white space in select 2

wp_remote_get() not passing authentication

Why isn't my PHP exception working?

WAMP Virtual Host not working

php curl_exec() Connection refused when retrieving a remote image

google content api for shopping

Laravel Model save() & update() Not Saving

Cannot pass null argument when using type hinting

About Contact Privacy policy Terms and conditions