![]() |
Lookup any Username on FACEBOOK
In this tutorial we'll be making a small yet effective application rather code snippet to Lookup Any Username on Facebook. The Code Below Uses the Graph API, The Graph API (as defined by Facebook) is the core of Facebook Platform , It allows reading and Writing access to Facebook. It provides a simple view of social graph uniformly representing objects (like people, photos, events, and pages) and the connections between them (friendships, likes, and photo tags).
To make the data handling even more simpler , Facebook returns all responses are JSON objects. CodeTo make it simple and Short I am using Python , but the same can be done in any other language! main.py Code:
#!/bin/pythonCode:
Usage : main.py UsernameCode:
>>python main.py lionaneesh |
Re: Lookup any Username on FACEBOOK
Thanks for Accepting , Hoping the Readers would find it useful! :)
|
Re: Lookup any Username on FACEBOOK
Kindly explain what is the logic of the program.I will try to implement the logic using JAVA.
Tank You |
| All times are GMT +5.5. The time now is 19:14. |