• 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

Yii2 select2 database exception number of bound variables does not match number of tokens

How to add class name to an existing tag in php

Laravel Schedule not sending email

Get latest Tweets - What API

What is PHP's equivalent of JavaScript's "array.every()"?

Is there an equivalent of DynamoDB on Azure as a PHP session Handler

target [LaravelFortifyContractsRegisterViewResponse] is not instantiable

PHP 8.1: strftime() is deprecated

How to fix bootstrap multiselect search data using ajax

500 (Internal Server Error) with Laravel & Docker [duplicate]

Facebook PHP SDK - will not logout properly

Pass an image through AJAX [duplicate]

how to remove white space in select 2

Error when uploading certain .png files "Interlace handling should be turned on when using png_read_image"

get data-value with variable value

About Contact Privacy policy Terms and conditions