Closed GoogleCodeExporter closed 8 years ago
Also, looking at the static setup code for return types in
FacebookJsonRestClient, I
noticed that it’s picking the return type from this method, which is
deprecated:
public URL notifications_send( Collection<Long> recipientIds, CharSequence
notification, CharSequence email ) throws FacebookException, IOException {
instead of this one:
public void notifications_send( Collection<Long> recipientIds, CharSequence
notification ) throws FacebookException, IOException {
At the end of the day, looks like you’re just treating URL return type as
“default”,
so not sure that matters…
Original comment by thien.p....@gmail.com
on 24 Nov 2008 at 10:31
deprecated method will go away anyhow
Original comment by fern...@gmail.com
on 29 Oct 2009 at 11:57
Original issue reported on code.google.com by
thien.p....@gmail.com
on 24 Nov 2008 at 10:13