php
Facebook opengraph - get latest 5 updated posts from Facebook group?
Is it possible and how to get latest 5 updated posts from Facebook group wall? When i run https://graph.facebook.com/GROUP_ID/feed?access_token=MY_TOKEN&limit=5 im receiving latest 5 published posts. In Facebook documentation Im unable to find if there is some URL parameter for getting latest updated posts..
You can do this with the FQL stream table: https://graph.facebook.com/fql?q= SELECT message, attachment, actor_id, created_time, updated_time FROM stream WHERE source_id = GROUP_ID ORDER BY updated_time DESC
Related Links
Failed to load resource net::empty response while making multiple ajax call in php
Close Window After Submission of Form
Where do I set the region for my new GAE project? [duplicate]
Sql query for Morris.Bar multiple charts
ChargeBee Invoice PHP API Request, accessing $invoices
Can I use PHPWord to increase the number of columns in the table from a template?
Contact Form HTML, PHP
Build difficult computed fields in cakephp 3
How to download file which is a response in binary from the server, using cURL with OOP?
How to create and keep variables in a for-loop using arrays?
How to mock UploadedFile object in request
MVC execute methods before and after the route
creating json output using php
How to break the text in table header when create pdf in php using fpdf
Error in Fetching values from Database JSON
XAMPP PHP on Windows: Permission Denied Error despite having permissions