i have three buttons
1.orkut
2.facebook
3.myspace
Suppose when i click on orkut button, it ask for username and password

1>how to check this username and password is correct or not??
2>If Username and Password is correct...
I want to show photos from orkut
How to do this??

Recommended Answers

All 9 Replies

Wait, what are you trying to do? Access Orkut from your own website? That's a waste of time, just go to www.orkut.com and log in...

i have three buttons
1.orkut
2.facebook
3.myspace
Suppose when i click on orkut button, it ask for username and password

1>how to check this username and password is correct or not??
2>If Username and Password is correct...
I want to show photos from orkut
How to do this??

Also i want to show details like
Name:
Last name:
birthday:
cell phone:
address line 1:
city:
State:
country:

So you want to provide a common portal to all three sites within your own? Use Sockets to connect to their servers, get the page you want (while sending the info they require), and process it for the info you want.

There is any rss feeds or curl ??
so i can display only selected information....

any other idea??

i dont think you'll be able to do it for orkut, because it has applied some method which restricts photo access......for everything else try reading this book

Webbots, Spiders, and Screen Scrapers
by Michael Schrenk

i dont think you'll be able to do it for orkut, because it has applied some method which restricts photo access......for everything else try reading this book

Anything that is accessible by a browser can be accessed by PHP.

You may want to look into their specific APIs however, they should all have a public API that allows to do what you want.

There is also an open specification for this called OpenSocial. Look into that.

An example site that offers access though the APIs is https://rpxnow.com/

Please explain briefly....
I tried for orkut from opensocial ...for hello world
not getting it...

Please explain with example ..
1>how to check this username and password is correct or not??
2>If Username and Password is correct...
I want to show photos from orkut

or other example to to show like...https://rpxnow.com/

how can you do with orkut.....plz explain......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.