/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/OSInt/facebook.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2019-01-10 05:46:35 UTC
  • Revision ID: csa@suren.me-20190110054635-pk8r99f96cg0pzz7
Update on OpenShift/Gluster/MySQL, added OSInit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Find people from locality who speaks given languages
 
2
====================================================
 
3
 - First we need language IDs:
 
4
    https://www.facebook.com/search/language/pages/100002239490961/languages/intersect
 
5
 Links contain number ids (Engilish: 106059522759137, Russian: 112624162082677) as in URL
 
6
    https://www.facebook.com/pages/English-language/106059522759137?ref=br_rs
 
7
 - Next we need a placeholder page. Search the following in google:
 
8
     "things to do" Byurokan site:facebook.com
 
9
 it find the following place holder with ID 109304222429375
 
10
    https://www.facebook.com/places/Things-to-do-in-Byurakan/109304222429375/
 
11
 Combine to find people from the specified place who speeks all the listed languages:
 
12
    https://www.facebook.com/search/<language1_id>/speakers/<language2_id>/speakers/<locality_id>/home-residents/intersect
 
13
 i.e combination of 'id/type', for instance:
 
14
    https://www.facebook.com/search/109304222429375/speakers/106059522759137/speakers/112624162082677/home-residents/intersect