Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~202 People Reached
Favorite Forums
Favorite Tags
Member Avatar for nyagei

I am developing an application in asp.net to run on face book. I want to prompt the user to grant various permissions on first login. this is my sample code: [code]List<string> list=new List<string>();[/code] [code] list.Add("publish_stream");[/code] [code] list.Add("email");[/code] [code] this.Api.Auth.Permissions.BeginPermissionsMode(); [/code] [code]this.Api.Auth.Permissions.GrantApiAccess(this.ApiKey.ToString(),list);[/code] [code] this.Api.Auth.Permissions.EndPermissionsMode();[/code] some error #100 is occuring. Is there …

Member Avatar for nyagei
0
113
Member Avatar for kanuri1

hi frnnds, iam raghuram, i had got a problem .when iam inserting the values in database ,it will not inserted. i had done the coding ,but it doesn't show any mistakes. while inserting the data it will show error on [U]insert.executenonquery()[/U] so i requested pls give me the coding of …

Member Avatar for nyagei
0
89