http - What endpoint do I hit for this Facebook API? -


http://developers.facebook.com/docs/authentication/permissions/

"user_online_presence"

what endpoint hit? want know users online.

just redirect user

 https://www.facebook.com/dialog/oauth?client_id=your_app_id&redirect_uri=your_url&scope=user_online_presence 

in documentation: http://developers.facebook.com/docs/authentication/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -