891 reputation
712
bio website
location
age
visits member for 2 years, 9 months
seen 11 hours ago
stats profile views 83

Dust


Mar
11
awarded  Caucus
Mar
11
awarded  Constituent
Oct
29
awarded  Enlightened
Oct
29
awarded  Nice Answer
Oct
4
awarded  Tenacious
Aug
25
awarded  Yearling
Jun
10
awarded  Caucus
Jun
8
awarded  Constituent
Jun
8
awarded  Caucus
May
31
answered How to share a link to facebook fan page as admin of fanpage with facebook API
May
29
comment Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.47.el6_2.9.i686 libgcc-4.4.6-3.el6.i686 libstdc++-4.4.6-3.el6.i686
debuginfo-install didn't work for some reason. This fixed it for me: sudo yum --nogpgcheck --enablerepo=debug install glibc-debuginfo
Apr
25
comment FQL Query Returning Inconsistent Results
Have you checked that the access tokens you are getting on the two computers match? Are you maybe requesting a new token when connecting to the application? If they don't match try using the debugger to check which one is valid.
Apr
20
comment facebook graph api checkin not working
You can try to get them with FQL, maybe you are tagged and not the author of the checkin. Try this endpoint /fql?q=SELECT+checkin_id,tagged_uids,author_uid+FROM+checkin&access_token=TOKEN
Mar
22
awarded  Enthusiast
Feb
22
comment fb:comments - how to moderate comments
Facebook reads the meta tags on the page that contains the comments plugin, the same page you specify in the href parameter when you set it up. Doesn't matter if it's in an iframe.
Jan
29
comment mpz_t to unsigned long long conversion (gmp lib)
Thanks. Getting a segfault on the second function, probably just needs mpz_init(result) after mpz_t result;
Jan
10
answered How can the mobile application use the API and prove that the Facebook ID it wants to modify is logged in and authorised on Facebook?
Dec
29
comment Upload Image in facebook graph api by codeigniter
How about this: FCPATH.assets/joke_images/'.$image_name['image_name'] (If assets is in the root folder).
Dec
29
revised Upload Image in facebook graph api by codeigniter
improve format
Dec
29
answered Upload Image in facebook graph api by codeigniter