Facebook Like Button Refreshes [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have been using facebook api for a time, but recently there is a problem,
i have put fblike on different pages of my website.
Now some of them are working some of them are not working, but they were working perfect last week.
Is this my problem or problem at facebook end?

there was a bug reported last week (check http://bugs.developers.facebook.net/show_bug.cgi?id=18591) but this has been marked as fixed since yesterday.
What is the error that you are experiencing? Can you provide a link or some sample code for your like button.
Have you tried linting your pages? Do you get any errors there? (https://developers.facebook.com/tools/lint)

Related

How to create something like iframe website on facebook in 2012 december version of FB? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How to create something like iframe website on facebook in 2012 december version of FB?
It was possible when there were tabs. but after they change the layout is it still possible?
Are you wanting to know if you can put facebook.com in an iframe? If so, the answer is no. They block it. – Tommy Crush

FB intergration with xcode HACK change screen (remove) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I implimented the FB post to my app so the users can post there high scores on fb to share with there friends,
but since this i now have 2 flick screen that come up with what liike like a blue book and says hack in them ( i know this is harmless but to the users they may not see it this way) how can i remove this.
i have uploaded a 8 second vid showing this.
VID SHOWING HACK
It appears that somewhere along the way, you set your Default.png. Try deleting that file, and it should go away.

Is it possible to postpone the delivery of a post on a wall? (using Facebook IOS SDK) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I will click 'post' and then I will close the app, but I want the post to be delivered after 1hour. Is it possible or How can I do this?
Thanks in advance
It is not possible. You can request up to 10 minutes of background execution time, but that's it. The only way to do something after an hour is display a local notification that prompts your user to re-open the app. You can't force them to do it though.

On Facebook Page Tab ASP file suffix .asp doesn't work [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
FBML Error (line 2): illegal tag "body" under "fb:tab-position"
how to solve???
According to google, this is because IIS doesn't allow POST requests html files. So check if you have spacial hooks for post requests.
Also, FBML will be deprecated in June this year, so you might want to ditch it alltogether.
There's also another post, detailing the same issue, which might help you.

How to notify webOS that I just saved a photo? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm writing an application that saves photos to a webOS Device. After my app saves a photo, I've noticed that it doesn't show up in the Palm-supplied Photos app. What can I do so that the photo can be seen in the Photos app?
I found the solution here:
https://developer.palm.com/distribution/viewtopic.php?f=11&t=3791
There is currently a bug in webOS that prevents this from working. As a workaround, calling the download manager twice forces a refresh.