d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Android App Question
Add Reply New Topic New Poll
Member
Posts: 5,988
Joined: May 6 2006
Gold: 30.00
Nov 3 2014 01:16am
I know this is unlikely, but is it possible to have an app that can take control over anotehr app (i.e. facebook)? I want to be able to make an app that can go to my fb app, look through the messages, and then extract / save them to an external location.


It seems like facebook's api is a bit restrictive and doesn't really outline what i want to do here. Im wondering if there is a hackish way to do this, as its for personal use only

This post was edited by oOn on Nov 3 2014 01:23am
Member
Posts: 62,215
Joined: Jun 3 2007
Gold: 9,039.20
Nov 3 2014 04:41am
I know with an iPhone it wouldn't be too hard, you could parse an iTunes Backup and get location data for the native and third-party apps. You would have to look at the Android and Facebook API to figure out what you're allowed to do, maybe there's some undefined behavior you can take advantage of.

https://developers.facebook.com/docs/android/graph

If you're stalking your gf or something, better off just dumping her if you're worried about her straying. Alternatives could include though accessing location data created by Google, if an account is being used regularly on the device it is possible you're tagged like an animal.

https://maps.google.com/locationhistory/b/0

Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Nov 3 2014 08:31am
So how many girls are you e-stalking on facebook?
Member
Posts: 5,988
Joined: May 6 2006
Gold: 30.00
Nov 3 2014 01:53pm
Quote (killg0re @ Nov 3 2014 10:41am)
I know with an iPhone it wouldn't be too hard, you could parse an iTunes Backup and get location data for the native and third-party apps. You would have to look at the Android and Facebook API to figure out what you're allowed to do, maybe there's some undefined behavior you can take advantage of.

https://developers.facebook.com/docs/android/graph

If you're stalking your gf or something, better off just dumping her if you're worried about her straying. Alternatives could include though accessing location data created by Google, if an account is being used regularly on the device it is possible you're tagged like an animal.

https://maps.google.com/locationhistory/b/0


thanks, it looks like i wasnt looking in the right place...there are some functions here that will get me started

and no, im not a stalker <_< im trying to learn watson and need some data sets of human interaction to create a super robot master race ... .and then i will use my robots to stalk ;)

This post was edited by oOn on Nov 3 2014 01:55pm
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Nov 3 2014 06:10pm
if you just need data, why use your phone at all?
Member
Posts: 2,446
Joined: Sep 1 2013
Gold: 0.00
Nov 4 2014 11:44am
Compooter
Member
Posts: 5,988
Joined: May 6 2006
Gold: 30.00
Nov 4 2014 01:41pm
Quote (carteblanche @ Nov 4 2014 12:10am)
if you just need data, why use your phone at all?


im making an app that can make use of the data as well

This post was edited by oOn on Nov 4 2014 01:42pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll