I would like to convert the URL of Facebook to UserId or GroupId as shown on the following site.
I can't find the equivalent of the Facebook Graph API.
Does anyone know how to convert it?
It used to work this way, but
https://stackoverflow.com/questions/19030282/get-facebook-group-id-using-identifier-or-url
For some reason, the return value JSON has become blank data, so I can no longer use it.
ex.
{ "data": [ ]}
Selfless.
It seems that you can retrieve json data from Facebook Graph API search.
It may have been a problem on the facebook side.
However, I don't think the search conversion is smart.
I wish I could translate the URL.As far as I know, there seems to be no good way.
© 2024 OneMinuteCode. All rights reserved.