Searching for a viral facebook application

zombajo

Junior Member
Joined
Nov 16, 2010
Messages
103
Reaction score
41
Just today I received an online chat message from a friend to go check his link - and the link goes to an application and you need to hit allow to check out something ...if you click allow it takes all your information and starts to send from your profile the message to your friends. And if you click Don't Allow it gives a sign that facebook has a new spam system and you need to complete a survey to show up that you're really human or they will delete your account. Does anyone know where can I find that kind of viral facebook script?
 
Just today I received an online chat message from a friend to go check his link - and the link goes to an application and you need to hit allow to check out something ...if you click allow it takes all your information and starts to send from your profile the message to your friends. And if you click Don't Allow it gives a sign that facebook has a new spam system and you need to complete a survey to show up that you're really human or they will delete your account. Does anyone know where can I find that kind of viral facebook script?

Don't expect to get an answer. This is probably someones cashcow and you think they're going to share it?
 
Since you posted in the PHP forum, I would suggest using the JAXL library, it uses PHP language.

Next, research xmpp_login request, then X-FACEBOOK-PLATFORM, specifically how to pass a token to the server with the parameters:

* string method: Should be the same as the method specified by the server.
* string api_key: The application key associated with the calling application.
* string session_key: The session key of the logged in user.
* float call_id: The request's sequence number.
* string sig: An MD5 hash of the current request and your secret key.
* string v: This must be set to 1.0 to use this version of the API.
* string format: Optional - Ignored.
* string cnonce: Optional - Client-selected nonce. Ignored.
* string nonce: Should be the same as the nonce specified by the server.

That should keep you busy for a while. This is just the beginning, you will need to figure out a lot more to get a clean working app. Or you could purchase a script, but it is not cheap!
 
I've been using the XMPPHP library instead of Jaxl to interface to FB chat, although doing so requires making some changes to the XMPPHP library to add the X-FACEBOOK-PLATFORM authentication. Jaxl may be easier to code, but I wanted a smaller library.

As Fuggz said, it will keep you busy.
 
Last edited:
Thanks guys, I really have no clue of programming and there is no chance I will start doing that myself. I do search for a programmer to do it or a finished script...
 
Back
Top