Bu soru daha önce bir milyon kez sordum olabilirdi, ama ne yazık ki bu çalışma almak için tüm bu cevapları derlemek değil biliyorum.
I want to write a PHP code that uses facebook graph API, to search for a profile (by name for example) and then grab this information to a local store. I revised facebook graph API but it makes use of OAuth and plenty of overhead tasks that I don't need. Cause simply I don't want be using the API on behalf of specific user account. I just want to use it anonymously, or even with a sample user who shouldn't necessarily be a friend with these users that I'm searching for. I'd be grateful if somebody could tell me whether it is doable or not, or even ask me to clarify my question a little bit more :)
Şimdiden teşekkürler.