|
|
Comments and Discussions
|
|
 |

|
hi thank u for great post.
In your file, FB accounts successfully worked. But gmail Accounts is not Properly work.It provide a new token Id & access Id for me after it provide a Error.
Here: Response.Write("<p>" + ex.InnerException.Message + "</p>");
in the OAuthverifier Page. how can i rectify that Error.
|
|
|
|

|
Hi,
Do you have mvc version of this project ?
|
|
|
|

|
Can I use this from a winforms or WPF application?
|
|
|
|

|
I want to show full profile information ...what I need to do
Where I have to make changes
Please help me if any one did this
Thanks
|
|
|
|

|
Hello everyone,
Is there any change on that code? I don't know why it doesn't work for me.
The error could be caused by the recent changes on twitter and facebook API.
please if there is anylink to retrieve user profile information on twitter help me out with.
Regards
|
|
|
|

|
Hi,
All public data returned in JSON. Less profile photo, anyone know how returns
there?
Thanks..and sorry for my bad english
|
|
|
|

|
hi,
i ve some problem on use this same solution in vs2008
i ve convert this solution to vs2008 it build succeeded and also running perfectly,
but when i try to get access token it is not returning from the below line
return (request.GetResponse()); code ,but in vs2010 working fine,
in vs2008 i didn't get any error but i couldn't get any response back
i don't Know what to do ,can u give some suggestion for do the same thing in vs2008 or if u ve any code for this please give me
thank you
|
|
|
|

|
hello sir,
do you have the code for profile response using risevision core api in asp.net
|
|
|
|

|
Explain step by step the above code in your article,Facebook OAUTH pls help me
|
|
|
|

|
api calls such as:
http://api.linkedin.com/v1/people/~
http://api.linkedin.com/v1/people/~/connections
always works and returns result, however, searches never work, like for example:
http://api.linkedin.com/v1/people-search?first-name=&last-name=Bender
or any other combination will always generate a:
Object reference not set to an instance of an object.
is this a bug or am I missing something here?
|
|
|
|

|
How would this work in MVC? I am very new to the world of programming.
|
|
|
|

|
I Am Getting the Error "Initializing error! Please check the Customer key and Customer secret key".
What Are the values that we need to provide in "CustomerKey" and "CustomerSecretKey" in Credentials.cs page ?
I Am Using Google Authentication.
Thanks in Advance
|
|
|
|

|
I'm getting the error when run this code.
The error is "Initializing error! Please check the Customer key and Customer secret key."
How to get the Customer key and Customer secret key? and How to use on this code?
Do you have any code to display the user profile information in a web page?
|
|
|
|

|
I am making a web-application in ASP.NET as a college project. I have used your code to get profile fields of a linkedin user. I need the names of the companies followed by the user, but the problem is that the default value is set to 20. so, if the user is following more than 20 companies i am not able to get it. Please tell me how can i modify the start and count values. Iv used this url to make the call http://api.linkedin.com/v1/people/~:(following:(people,companies,industries,news-sources),educations).. Please help asap..
The company has default value of start set to 0 and count to 20. i need all the companies followed or at least 50 .. i need to add "?start=0&count=50" i tried it but got error.. i even tried in the OAuthContext.cs line:278 case "linkedin": queryString = "?format=xml&start=0&count=50"; break;
I even tried to add it in the public static string RequestProfileUrl = "http://api.linkedin.com/v1/people/~:(id,headline,industry,interests,educations:(id,school-name,degree,field-of-study),following:(companies:(id,name,size,industry),industries),three-current-positions)";
nothing worked.. i tried on the net but dint find.. Please help!!! i badly need it..
|
|
|
|

|
thanks a lot very useful and fantastic code
but i have a problem ,
after getting user information it is a string like :
{"id":"1263024141","name":"Behrad Izadi","first_name":"Behrad","last_name":"Izadi","link":"http:\/\/www.facebook.com\/behradizadi","username":"behradizadi","work":[{"employer":{"id":"141996369166564","name":".NET Programmer"},"start_date":"0000-00"},{"employer":{"id":"153462128000209","name":"Objective-C Programmer"},"start_date":"0000-00"}],"sports":[{"id":"105650876136555","name":"Tennis"},{"id":"105788652787522","name":"Swimming"},{"id":"108614982500363","name":"Basketball"}],"education":[{"school":{"id":"193416737353743","name":"Electrical & Electronics Engineering (EEE)"},"type":"College","classes":[{"id":"103778226326865","name":"Master's Degree"}]}],"gender":"male","email":"izadi.be\u0040gmail.com","timezone":8,"locale":"en_US","languages":[{"id":"105666109466078","name":"Persian"},{"id":"113301478683221","name":"American English"}],"verified":true,"updated_time":"2012-03-18T20:12:29+0000"}
How can id get all information separably ?
i mean , firstname = ? , lastnaem =? , email=?
and ..
thanks
|
|
|
|

|
Quote: Very clear and concise..
Thanks
HSB
|
|
|
|

|
Excellent Article...Superb Sachin
|
|
|
|

|
bom dia,
para o facebook está com erro na chamada href="https://graph.facebook.com/oauth/access_token?client_id={0}&redirect_uri={1}&client_secret={2}&code=THE_CODE_FROM_ABOVE retornando "Invalid verification code format", você ja tomou este erro?
Tks
|
|
|
|

|
Great code thank you, very simple to use compared to other .net libraries.
|
|
|
|

|
Hi Sachin,
Really nice content But can you please add functionality for LINKEDIN to get connections or contacts for the current login user.
Thanks in advance,
Abhishek
|
|
|
|

|
it worked for me without much of changes.
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
This article describes how to get a response from social websites using OAuth code. The demo project reads from 4 major social sites (Google, Facebook, Twitter and LinkedIn).
| Type | Article |
| Licence | MIT |
| First Posted | 15 Jan 2012 |
| Views | 23,988 |
| Downloads | 2,282 |
| Bookmarked | 52 times |
|
|