• 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

Add custom text under order details on WooCommerce My account view order pages

How to add a custom field to all Woocommerce attribute terms using add_action

Transform array, set each array element with parent key php

PHP Print to Network Printer

How do I enable error reporting in Laravel?

Prestashop webservice API creating cart rules

The "client_reference_id" argument is not passed

codeigniter 4 running error first time with xampp

Problems getting instance of UploadedFile in Yii2

display WooCommerce “Add to cart” button with short-code [add_to_cart ] dynamically

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

Sum column values from multiple arrays

PHP 8.1: strftime() is deprecated

Get Header Authorization value of a login api (sent with username and password in json body) using php curl

How to add a sidebar to Woocommerce Shop Page?

About Contact Privacy policy Terms and conditions