• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

In Facebook graph API how to find which all of your friends studied in the same school/University?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am new to Facebook graph API.I'm trying to figure out how to find how many of my friends and there basic information who has studied in the same school/university i have studies.

For example, i have studied in XYZ university , how can i look up who of my friends have studies in the same XYZ University.

Example : If i am calling this https://graph.facebook.com/me/friends?access_token=** then i am getting all my friends id,name and there info. So how can i modify this api call which will give me the result as i wanted.

This is my new requirement. Please help me.Thanks for your inputs.
reply
    Bookmark Topic Watch Topic
  • New Topic