| bio | website | |
|---|---|---|
| location | Singapore | |
| age | 24 | |
| visits | member for | 1 year, 5 months |
| seen | May 5 at 12:50 | |
| stats | profile views | 71 |
Hello, I'm from Singapore!
|
Nov 30 |
comment |
Get user permissions and post to wall from Desktop app? Unfortunately, using extended access token is the only known way to do offline access. If "it stops working" refers to your application getting banned due to Facebook's policy, it is a risk you have to accept, there is no alternative. If my answer is useful, do help to accept it. Thanks ;) |
|
Nov 28 |
comment |
Get user permissions and post to wall from Desktop app? Now with extended access token, are you able to accomplish what you want? |
|
Sep 26 |
comment |
Sending msg and post on own wall function no longer work @ATZ Are the codes still the same as posted above? Do you have any other functions that are not working as well? |
|
Sep 18 |
comment |
Error in facebook app Try setting your Website with Facebook Login to http://localhost/ |
|
Sep 11 |
comment |
Allow user to select friend(s) from a dialog that lists all of the user's friends, and post on their wall using Javascript Facebook SDK Note: The reference posted just above does not use the to property but you can read more on Feed Dialog over here developers.facebook.com/docs/reference/dialogs/feed |
|
Sep 11 |
comment |
Allow user to select friend(s) from a dialog that lists all of the user's friends, and post on their wall using Javascript Facebook SDK Now that you have a list of checkboxes, you can use JavaScript to check which checkboxes are checked and get a list of Facebook IDs through the value property. To post to wall of each selected user, you will need to use Feed Dialog's to property. You can refer to stackoverflow.com/questions/10649256/… for examples using both PHP & JavaScript SDK. |
|
Aug 26 |
comment |
Sending msg and post on own wall function no longer work You can follow the callback function in developers.facebook.com/docs/reference/dialogs/feed . Also, check if your FB and the value in appId are valid in this page. |
|
Aug 25 |
comment |
Sending msg and post on own wall function no longer work Do a callback and see if you are getting any response back. Besides this, is there any other JavaScript SDK function that is not working as well? |
|
Aug 19 |
comment |
Sending msg and post on own wall function no longer work Can you post a sample of your code here? |
|
Aug 17 |
comment |
JavaMail, no exception is thrown if the receivers mail are wrong @TobiasMoeThorstensen I've edited my answer, please take a look. |
|
Aug 9 |
comment |
API don't get all friends Those missing friends may have already deactivated their accounts. |
|
Aug 9 |
comment |
Facebook Post To Wall Yes, you need the feed dialog code. But what I'm saying is, what else have you tried? Where is the html button that calls this postToFeed function. Where is the content coming from? from a paragraph <p>? And what is this "box" that you are referring to? a division <div>? Nobody can help you without first understanding the structure and design of what you are asking. |
|
Aug 9 |
comment |
Facebook Post To Wall You are simply just copying the sample code from developers.facebook.com/docs/reference/dialogs/feed and pasting it here, what is the point? |
|
Jul 21 |
comment |
Facebook App not posting to timeline properly I realized the picture http://gmbo.com.au/hosted/cca/pak/app-icon.png has been removed from its website host. You may want to upload your picture to a more lasting website like www.photobucket.com instead. |
|
Jul 21 |
comment |
Facebook App not posting to timeline properly Are you still having problem posting message to timeline? Post your latest error/exception of this problem here so that we can help you better. |
|
Jul 10 |
comment |
Facebook “->api” permissions What is the exception, please post it here. |
|
Jun 29 |
comment |
Infinite login loop on Facebook app using Javascript SDK You need to provide more information, is there any error or exception? Also, check that you do not have any careless copy-paste ' or space in your appSecret. |
|
Jun 28 |
comment |
Where to put 2nd jQuery.ajax function and isset() checking of the POST variable? bingo() should execute once when document is ready but buttony() is not. That is also not the problem but thank you for your interest. |
|
Jun 26 |
comment |
Facebook: Only column Name from table Place could not be written through .innerHTML Ahhh I see, no wonder. Thank you very much =) |
|
Jun 19 |
comment |
Facebook - Publish Checkins using PHP SDK/JavaScript SDK Ohh! What a grave mistake -_- Thank you for pointing it out. |