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

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.

Related

How to set iPhone lock screen background programmatically? [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 9 years ago.
I am interested to develope an app which will show quotes on the lock screen of my iPhone. I want app like following image.
I am trying to do it but not getting any idea.
Please help me so I can start working on it.
This is not possible, the SDK does not let you do this.
As #Toam pointed out, the SDK does not allow you to set the lock screen background. However, you can kinda-sorta get around this. If you're willing to play a little music, you can set your own images/text to the lock screen in playback mode. Details can be found here: https://stackoverflow.com/a/8387406/716216

Toast in a webpage triggered from server-side [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.
Consider Facebook, when someone likes your photo you get a mini popup notification in the bottom left corner of the screen which stays for a couple of seconds.
I want to know how is it triggered?
If you want server-side push to browser, you should use techniques like Comet.
http://en.wikipedia.org/wiki/Comet_(programming)
There's many implementations with various languages.

How to make big emoticons for facebook chat? [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 11 years ago.
Is it really possible? i have seen lots of my friends sending me big emoticons via facebook chat messages. How they do this??
Yes it is possible. go to http://apps.facebook.com/big-emo-creator , select an image and wait few seconds till the app process your image and give you the code.
But these emoticons are not much useful as you have to remember a huge code to use this emos. However you can give it a try.

Facebook Like Button Refreshes [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 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)

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.