da dude person
New member
All right. Here's what I want to do.
I have a Nintendo Wii. I can access Facebook just fine on the Internet Channel. I can even access Facebook chat. But, as all Wii-owners who have tried this know, although you can put text in the bottom field, you can't send it, since you can't press enter.
Now, why wait for Wii to update Internet channel? It may never even happen!
So my idea was to make a html page which essentially replicates presence/popout (I forgot the exact page... just load chat, press ctrl+n and you'll be given the address) with the exception that it will have a button to the right of the text field. When you press this button, it would function as a return.
Now, I looked at the source code for that html file and understand the script only superficially. For example, I understand that {"msg":{"text":"Hi There!"},"from":123456789,"to":987654321,"time":1111111111111,"type":"msg"} represents a message with given text, time sent, and sender and reciever. But from what I understand, this won't handle the actual message being sent... it's just the message display.
Does anybody understand the FB Chat script? And does anyone have a solution to my idea? Thanks a bundle.
I have a Nintendo Wii. I can access Facebook just fine on the Internet Channel. I can even access Facebook chat. But, as all Wii-owners who have tried this know, although you can put text in the bottom field, you can't send it, since you can't press enter.
Now, why wait for Wii to update Internet channel? It may never even happen!
So my idea was to make a html page which essentially replicates presence/popout (I forgot the exact page... just load chat, press ctrl+n and you'll be given the address) with the exception that it will have a button to the right of the text field. When you press this button, it would function as a return.
Now, I looked at the source code for that html file and understand the script only superficially. For example, I understand that {"msg":{"text":"Hi There!"},"from":123456789,"to":987654321,"time":1111111111111,"type":"msg"} represents a message with given text, time sent, and sender and reciever. But from what I understand, this won't handle the actual message being sent... it's just the message display.
Does anybody understand the FB Chat script? And does anyone have a solution to my idea? Thanks a bundle.