huuanh1987 / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

Missing fields in User bean #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Fileds   
<xsd:element name="pic_with_logo" type="xsd:string" minOccurs="0" 
nillable="true" />
    <xsd:element name="pic_big_with_logo" type="xsd:string" minOccurs="0" 
nillable="true" />
    <xsd:element name="pic_small_with_logo" type="xsd:string" minOccurs="0" 
nillable="true" />
  <xsd:element name="pic_square_with_logo" type="xsd:string" minOccurs="0" 
nillable="true" />

were removed from User bean in rev. 857 at http://facebook-java-
api.googlecode.com/svn/

But facebook still support this properties 
http://wiki.developers.facebook.com/index.php/Users.getInfo

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
release 3.0.2

Please provide any additional information below.

Original issue reported on code.google.com by k.sto...@gmail.com on 27 May 2010 at 10:28