You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session.Inspect() appears to return data.error rather than the error for indicating an error of some sort occurred. Therefore, when .Inspect() returns facebook.Result, the Result.Err() never returns non-nil.
The text was updated successfully, but these errors were encountered:
afinkenstadt
changed the title
Result.Err() with Session.Inspect()'s result
Question on Result.Err() with Session.Inspect()'s result
Dec 4, 2014
Session.Inspect()
appears to returndata.error
rather than theerror
for indicating an error of some sort occurred. Therefore, when .Inspect() returns facebook.Result, the Result.Err() never returns non-nil.The text was updated successfully, but these errors were encountered: