Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi!

My task is that I will be given a face book icon and if the users clicks that he will be redirected to another page where there'll be three textboxes. One textbox will be used to enter the message the user wants to post and the other two will take the username and password.

Once that data is submitted the server side code should be able to post that message to the users facebook account.

I NEED HELP ON THIS ...CODE SAMPLE WOULD BE GREAT FULL,...

I need some help on this and would be grateful for any code examples on how to use this.

1)connectauthentication.isconected fails to me

2) I am using following API Key and Secret Key
API key : ------------ REMOVED ------------
Secret Key : ------------ REMOVED ------------

Thanks in advance!
Posted
Updated 11-Jul-11 0:21am
v3
Comments
Manfred Rudolf Bihy 11-Jul-11 6:15am    
Please don't post your API key and secret key in a public forum. If this key is misused you'll be responsible and have to carry the consequences.

1 solution

Please study the samples on the developers.facebook.com website: http://developers.facebook.com/docs/samples/[^].

These samples should help you get started quickly.

Cheers!

—MRB
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900