[APPS] Is There A Way To Find The Call Back URL?

DJJack

Regular Member
Joined
Jan 10, 2010
Messages
322
Reaction score
150
Hi guys,
just a quick one as the title says,
is it possible to find the call back url of any app?

Thanks,
a push in the right direction of where i might find this would be greatly appreciated.


Jack
 
In short there's no way.

However, if the app has a banner...or some form of images...you might be able to work it out.
usually the images would be stored in an image folder on the owners directory, so you'd be able to get the url of the image.
then it's guesswork. however many developers would have a standard/obvious naming structure like:
theirsite.com/appname/images/banner.jpg
you can work out the app callback would probaly be theirsite.com/appname/ for the above example.

Again, your milage will vary.

Hope this helps!
Regards,
Joe
 
Thanks for that Joe!
Well they have been clever and uploaded all the images to a facebook album!!
So i can't track it,
if anyone else has any ideas please do contribute!

Thanks,
Jack
 
Yeah, sure there is. Just install WireShark:

http://www.wireshark.org

It's a packet sniffer that will capture all incoming and outgoing traffic. Looking through the results can be like looking for a needle in a haystack, but you should be able to find what you're looking for.
 
Yeah, sure there is. Just install WireShark:

http://www.wireshark.org

It's a packet sniffer that will capture all incoming and outgoing traffic. Looking through the results can be like looking for a needle in a haystack, but you should be able to find what you're looking for.
Nice Share!
I will give it a go now and report back,
Thanks again,

Jack

EDIT: UH OH! I seem to be having some problems, is there a good how-to guide on how to capture traffic from a web address,
ive never used it before!!
 
Last edited:
Yeah, sure there is. Just install WireShark:

http://www.wireshark.org

It's a packet sniffer that will capture all incoming and outgoing traffic. Looking through the results can be like looking for a needle in a haystack, but you should be able to find what you're looking for.

You won't be able to packet sniff FBML based apps :(
@Jack that's a pity :( I don't think there's another way.
Posted via Mobile Device
 
Thanks Again For The Links,

So far i got all the data from the app as it loaded but was unable to find it, i sifted through 258 entries!

Anymore suggestions, or someone that would like to give it a go for me,
please step forward :)
 
Last edited:
Back
Top