2,220 reputation
1613
bio website devils-heaven.com
location Vienna
age 32
visits member for 2 years
seen 9 hours ago
stats profile views 90

Node.JS, Adobe Flash/Flex/Air, Away3D, Augmented Reality, Java, Arduino, Android, Facebook/Youtube/Twitter/Instagram API, Wing Chun Kung Fu, Wu Shu Kung Fu, Dodge Ball - too many hobbies and not enough time...


Nov
2
answered how to save facebook profile picture using php graph Api
Nov
1
answered Post an album to a page using api (php)?
Nov
1
answered facebook like button not showing correct information - tried debugging
Nov
1
comment facebook like button not showing correct information - tried debugging
Without a specific link it´s pretty hard to find out what´s wrong...
Oct
31
comment use facebook app with different websites
exactly. that´s not what wordbooker does, and afaik it is not possible.
Oct
31
comment Facebook like button does not appear
it means: facebook has to be able to REACH the page that is linked to in the like button. the facebook crawler, to be specific. google also cannot just put a page in his database when it´s secured with a user login.
Oct
31
comment use facebook app with different websites
i don´t think it matters, because you are not logged in on your own domain anyway. isn´t that what you needed? to be logged in on the other/second domain`?
Oct
31
comment use facebook app with different websites
well, you can just download their sourcecode, it´s public anyway :)
Oct
31
comment use facebook app with different websites
i have already used wordbooker, don´t you need your own app for it to work? i could be wrong though, did not use it very long. even if it uses its own app, that´s different because you actually login to the wordbooker site and it just uses the app for publishing...
Oct
31
comment use facebook app with different websites
well, of course you are not logged in on that other website, the session is only valid for the specific website (the first one). facebook knows what they are doing ;)
Oct
31
answered Error login facebook button
Oct
31
answered Facebook Like Button doesn't increment
Oct
31
comment Add facebook comments inside fancybox with photo
hm...now that you mention it...is there even a fancybox-wrap container? does fancybox create it automatically? i dunno...it could also be a problem, maybe there is just no container with that class. would lead to a error in the browser console though.
Oct
31
comment use facebook app with different websites
that´s just a simple tutorial for facebook, but it does not mention different websites...
Oct
31
answered use facebook app with different websites
Oct
31
answered Facebook automatic feed post in page using javascript api
Oct
31
revised How to get all facebook events?
added 1 characters in body
Oct
31
answered How to get all facebook events?
Oct
31
comment Add facebook comments inside fancybox with photo
sure, after all a fancybox overlay is just a simple html-container. try it on a real server, and not on your local apache...
Oct
30
comment Renewing long lived token without user interaction?
Exactly, as long as you read everything from a page, you are fine. It will only be a problem if you want to EDIT stuff on the page, in that case you need a page token. For albums/photos of a page you dont need any access token, for the feed you can use any access token, meaning you can also use the static app access token i mentioned in my post.