Click here to Skip to main content
16,009,469 members

Comments by Member 10553642 (Top 4 by date)

Member 10553642 30-Jan-14 14:37pm View    
yes the app does kind of Data mining. but we dont need login programtically we want oauth process to be done programatically
Member 10553642 29-Jan-14 13:51pm View    
Thanks Hossein for response.
for getting access token facebook invoke oauth dialog box and user has to provide username and password manualy after that user say's ok to specific permissions manualy. then facebook generate access token. we want to avoid all these manual intervention and do it programtically. Could you provide more guidence is there is way to simulate this programtically or any example?
Member 10553642 29-Jan-14 1:59am View    
Thanks Garth for quick response!
our main issue is how to programmatically pass username and password to Facebook auth api and set scope/permission (i.e. publish_actions, user_friend etc). As facebook oauth api i.e.:
FB.login(function(response) {
}, {scope: 'publish_actions'});
just prompt facebook oauth dialog box and must require user intervention to enter username and password. Could you please guide in how to programmatically pass username and password and
set scope/permissions without any user intervention. We don’t want any user intervention not even first time as well.

Regards,
Shahnawaz
Member 10553642 28-Jan-14 15:33pm View    
Thanks Garth for reposnse.

We would like to do in Java Spring or Javascript for facebook, linkedin etc social networks.

as far as credentails (username/password) is concern we are ok to store in DB or we can pass as hard coded paramater to api on runtime it self. we just want avoid users manual intervention for getting access token to extract his public profile (user profile, friend list etc).

Thanks,
Shahnawaz