In this tutorial i will show you how we can make facebook like plugins , so that others can use our service by just embeding a piece of code on there website.
Showing posts with label How we can make facebook like plugins. Show all posts
Showing posts with label How we can make facebook like plugins. Show all posts
Thursday, 5 September 2013
Subscribe to:
Posts (Atom)
Basics of Tree data structure
Tree data structure simulates a hierarchical tree structure, with root and subtrees represented by linked nodes. Some Terminology Root...
-
In this tutorial I will guide you brief about lucene search to get you started with it. Lucene library is an open source project under apa...
-
Graph consist of vertices and edges. They are used to model many realworld examples ( likes cities, network…) Graph Implementing a graph wit...
-
Topological sorting in directed graph is linear ordering of vertices, such that for every directed edge from u to v, vertex u will come bef...