↧
Answer by Viral Solani for PHP activity feed - similar to Facebook - How to...
You can create an html output in your php file when you are getting the response from the Facebook API. According to me you can do json operation easily in PHP. By using json_decode you get array and...
View ArticleAnswer by Thiago Macedo for PHP activity feed - similar to Facebook - How to...
Well, if you consider making a very robust app, take a good look at emberjs.You should also try jquery's (jquery mobile, jquery ui, jquery ajax)
View ArticlePHP activity feed - similar to Facebook - How to convert response from json...
We are building a activity stream kind of website very similar to facebook (in activity feed alone). For loading user's activity feed, we send the request to PHP file through AJAX method. Server file...
View Article