2,335 reputation
1616
bio website devils-heaven.com
location Vienna
age 32
visits member for 2 years, 1 month
seen 1 hour ago
stats profile views 94

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...


May
2
comment Making a story appear on facebook when user likes my website
you really have to add open graph tags, it´s pointless to use the like button without those tags. you cannot switch the comment box on, it will appear if everything is correct.
May
2
answered Making a story appear on facebook when user likes my website
May
2
comment facebook graph API does not return event
ah, javascript is always better for login (usability and stuff), that´s perfect. glad i could help :)
May
2
answered facebook graph API does not return event
May
2
answered how to get session id of socket.io client in Client
May
2
answered Save user profile info using JS SDK and Ajax throws code 190
May
2
answered Scrape facebook fan page
May
1
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
one of the basic things is to debug. the whole time, even if it means to have a var_dump after every single line. if you know exactly what´s in your variables after every line, the rest is peanuts ;) well, it looks good that way, i don´t now the real url but if there are 3 comments, it´s all good. should also work with the roadmap changes then.
May
1
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
ok, this is really basic stuff, of course you have to fill the $id variable first, with the id from the $filecontent object...but this is merely a helping forum for developers, and not a channel to get work for free, no offense. for many of us, we develop for a living, we´re happy to help out once in a while but we really don´t want to help beginners for free the whole time, programming everything step by step for them ;)
May
1
comment Retrieving a picture for a given photo type is not behaving consistently
some calls also need an access token to work, and there are 3 of them (app access token, user access token, page access token). the app access token is the only one that you get without user login, it´s just "APP-ID|APP-SECRET".
May
1
answered Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
May
1
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
you have to debug it AFTER it has been filled with data, of course ;)
May
1
answered Retrieving a picture for a given photo type is not behaving consistently
Apr
30
comment Using social login to access private API
with the php sdk this is very easy, see the example code: github.com/facebook/facebook-php-sdk. you can just restrict access to specific parts of your page by checking if the user id is valid: $user = $facebook->getUser();
Apr
30
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
var_dump($filecontent); - that is how you debug in php (at least one solution)
Apr
29
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
yes, you can deactivate it. but it would be wise to keep it activated, because after july it will be activated in any case. i guess you did not even try it, so why don´t you just activate it and debug the result? ($filecontent)
Apr
29
comment Facebook developer roadmap: Deprecating 'comments' field & Removing 'count' from 'comments'
changing the name of your own variable will still be exactly the same code ;) - you could just activate the july 2013 changes in your app and try. it´s quite easy to test.
Apr
28
comment Reading Facebook Insights
yeah, i thought so. that´s not possible without being admin, unfortunately. monitoring tools often do this with a cron job, getting the daily fan count every night.
Apr
27
revised upload photo on facebook using javascript
added 120 characters in body
Apr
27
answered Reading Facebook Insights