2,285 reputation
1614
bio website devils-heaven.com
location Vienna
age 32
visits member for 2 years
seen 41 mins ago
stats profile views 91

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
5
comment Resolve FB GraphAPI picture call to the final URL
ah, alright. yeah, in that case you need an access token, of course...
Nov
5
answered Programmatically disconnecting Facebook account
Nov
5
answered Resolve FB GraphAPI picture call to the final URL
Nov
5
answered How to send the app request using php in facebook
Nov
5
comment Publishing Updates to Facebook Users That Like'd a Link on My Website
please accept my answer if it´s correct ;)
Nov
4
answered Publishing Updates to Facebook Users That Like'd a Link on My Website
Nov
4
comment Facebook Like Button doesn't increment
well, you have to make sure that "edoardo.torreggiani.net/home?post=5"; links to the post, because right now it just doesn´t. you might want to get rid of that weird loader to fix this...
Nov
4
revised Facebook Like Button doesn't increment
added 3 characters in body
Nov
3
comment facebook->getUser() returns 0
this is not about a simple like button, it´s about getting the id of the user. of course you don´t need to authorize the user for a simple like button.
Nov
3
answered JavaScript Facebook share options
Nov
3
answered Facebook like box for a group
Nov
3
answered How to remove Facebook like button ask for Confirm
Nov
2
comment open graph tags not working, at the same time google+ working fine
nope, as far as i can see the code looks perfectly fine. it also works in the debugger, the only warning is that the image should be at least 200x200 pixels, but it´s no big deal and it works like this.
Nov
2
comment Storing Facebook photos for a long time
see here: developers.facebook.com/policy - Part II - Storing and Using Data You Receive From Us ... but i think there are even more specific rules for data storing.
Nov
2
comment Storing Facebook photos for a long time
Exactly. So, if the access token is not valid anymore, you cannot get the picture. The only way is to store them on your own fileserver, but i am pretty sure that it´s against the facebook rules and - of course - you should ask the user for permission to store his pictures on your server, and so on.
Nov
2
answered open graph tags not working, at the same time google+ working fine
Nov
2
answered Storing Facebook photos for a long time
Nov
2
revised Using the FB.ui function without an App ID?
added 22 characters in body
Nov
2
comment Using the FB.ui function without an App ID?
well, with the FB.ui feed dialog you always post to your own wall. with the sharer.php, you can decide where to post. Btw, i added a site for the Open Graph tags now.
Nov
2
revised Using the FB.ui function without an App ID?
added 218 characters in body