Skip to content Skip to sidebar Skip to footer
Showing posts with the label Facebook Graph Api

Post Or Update A Document To A Facebook Group Via Graph Api

I try to post/edit a document to a facebook group with out success. Like described here: Example he… Read more Post Or Update A Document To A Facebook Group Via Graph Api

Fb.api Response Callback Async Popup Blocked

FB.api('/me', function(response) { // this is async //other logic goes here window.open(myl… Read more Fb.api Response Callback Async Popup Blocked

Facebook (javascript) Permission Dialog For Email - Error

I am developing a Facebook application with FB JavaScript SDK. I need email permission on start of… Read more Facebook (javascript) Permission Dialog For Email - Error

How To Check If People Liked My Facebook Fanpage

There are many questions and answers about this. But nowadays Facebook changes their Privacy. Any A… Read more How To Check If People Liked My Facebook Fanpage

Unable To Pass A Response Form Facebook To Another Function

If you view this question thank you in advance!, I am working on pulling data from Facebook. I am t… Read more Unable To Pass A Response Form Facebook To Another Function

Facebook Graph Api JSONP Format , What Does The /* */ In First Line Signify?

I noticed an empty comment block in JSONP output returned by facebook graph api for all methods. UR… Read more Facebook Graph Api JSONP Format , What Does The /* */ In First Line Signify?