Posts by felipemaksy • 16 points
2 posts
-
0
votes2
answers222
viewsA: Error showing return of json array in php
The "Predictions" field is an array so will have several "Description", if I understood what you want this should solve: <?php $get =…
-
0
votes3
answers766
viewsA: Capture page information on facebook
Hello, you can get data from public pages and groups through the Facebook API, just log in to Facebook Developer and register an app to get your credentials. I see you want to do this in PHP so you…