Accessing the Facebook Search API

vimaxblogxx

New Member
I want to access to the facebook search API, like this:\[code\]https://graph.facebook.com/search?q=berlusconi&type=post&access_token=AAAAAAITEghMBAFg7TGLcIYJvaxjNBs8TlswdkcU7cQ5CZAv6NJ8NeEvwiKO07N0OZCDBYhvkHXbBEmqq79fqEgfkGWOfIeWLDaRQ91YK2aAkzYeTEx\[/code\]The Search API requires an access token, but I would like to avoid to force the user logging in with my Facebook App.. Is this really necessary?Is there a way to generate an access token in PHP without having the user logging into my Facebook App?Please let me know
 
Back
Top