if you search for "spiegel.de" via graph api:
https://graph.facebook.com/search?q=spiegel&type=post&locale=de_DE
the results do not contain status urls.
how to generate the facebook status urls from graph api result?
|
if you search for "spiegel.de" via graph api:
the results do not contain status urls. how to generate the facebook status urls from graph api result? |
|||
|
|
|
each result in the resultset contains an unique id like
this
just build the status urls as followed:
e.g.
|
|||
|
|
|
Having the
If you directly append this with,
For eg. if you have an ID http://facebook.com/411158702281601_130747537082452 Which will be the link to the status. |
|||
|
|