Click here to Skip to main content
15,881,616 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I was trying to develop facebook connect application from one tutorial.
In that there was a line
Dim myAPI new API() 
myAPI.Applicationkey = FbConnect.APIKey


But it suggested me to import facebook.Rest. I did it too but now error is changed.

it says Applicationkey is not a member of system.array()

can anyone suggest me what to do?

I have imported 3 namespace

Imports Facebook
Imports Facebook.Web
Imports Facebook.Rest


Thanks in advance
Posted
Comments
Shahriar Iqbal Chowdhury/Galib 14-Nov-10 3:02am    
which version of facebook toolkit you are using for ? I recommend you to use javascript API instead toolkit is extremely unstable.
hiren soni 14-Nov-10 3:05am    
can you give me a link or something like tutorial please. Actually I am very new to facebook application
Shahriar Iqbal Chowdhury/Galib 14-Nov-10 10:30am    
@hiren, follow the link
http://www.codeproject.com/Tips/127316/Integrate-FB-javascript-API-to-your-asp-net-app-to.aspx
hiren soni 14-Nov-10 11:00am    
I downloaded your code can you please explain me what this application is doing?
Shahriar Iqbal Chowdhury/Galib 14-Nov-10 11:22am    
@hiren app will request user to grant access to retrieve FB user name,UID,email and
put them into hidden fields so that those values can accessible from server side code.This is a very simple app, idea is to provide an example how to work with FB JS API.

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