PDA

View Full Version : Facebook login



sim
02-26-2010, 07:58 AM
Hey there, I am working on a tool so i can login with one click of my app with all my fav sites or sites i aways use most sites i can make a simple login script and bobs your uncal i am locked in to that site but i am having a problem with facebook.

I tryed to make a html page hosted on my site use php reqestes EG:

url.domain/script.php?s=facebook&u=me@url.domainp=mypassword

well facebook did not like this told me to FFFF right off saying i not able to
login via another site providing the password, so i did a local version that words ok if the browser is already open but if its not it will say the cookies are disabled i wounder as anyone been able to login with FB? i can't see away using the FB connect but thats me i am stupid lol.

any help would be great.

Sakuya
02-26-2010, 10:26 AM
Use their API.

sim
02-26-2010, 10:40 AM
i looked at is and really can't see how. any head up on how?

RizlaUK
02-26-2010, 12:04 PM
cant you just Dos there servers and make my life peaceful again, i HATE FaceBook with a passion, the misses, all her family, all my family and the whole god d.a.m world is on it trying to distract me from staring at code for hours on end ...... unsociable they say, to sociable i say !

whats the PHP doing, cant you submit directly to there servers with HTTP.Submit and write your own cookie (not that i know anything about it)

sim
02-26-2010, 12:11 PM
cant you just Dos there servers and make my life peaceful again, i HATE FaceBook with a passion, the misses, all her family, all my family and the whole god d.a.m world is on it trying to distract me from staring at code for hours on end ...... unsociable they say, to sociable i say !

whats the PHP doing, cant you submit directly to there servers with HTTP.Submit and write your own cookie (not that i know anything about it)

Not thought about that one i could try that i would get around that ****** part where its says no not from another server i was just going to leave facebook out for now lol, the php file is just a collection of login pages when called the php servers the right login and logins in to the site.

I works with Google, twitter, yahoo so far this way but seems facebook wats
me to use there api or connet and i just got confused lol.

Its been too long since i did anything with websites lol i just wanted a app that would hold all my main websites passwords and usernames in and just login little like linux done locks it up with keychain or what ever its called.

I am not in any real rush as leaving that i was able to cut down my fucntions from 20 lines to about 3 simple fucntion

Locker.API(APIMODE, UID, PID);

just need to think best way to save the users details i thinking a DB or reg

shane9082
12-22-2010, 01:03 AM
Hey there, I am working on a tool so i can login with one click of my app with all my fav sites or sites i aways use most sites i can make a simple login script and bobs your uncal i am locked in to that site but i am having a problem with facebook.

I tryed to make a html page hosted on my site use php reqestes EG:

url.domain/script.php?s=facebook&u=me@url.domainp=mypassword

well facebook did not like this told me to FFFF right off saying i not able to
login via another site providing the password, so i did a local version that words ok if the browser is already open but if its not it will say the cookies are disabled i wounder as anyone been able to login with FB? i can't see away using the FB connect but thats me i am stupid lol.

any help would be great.

Did you have any luck on this app sims as this would be a great little app. i wanted to make somthink like this.