Error on FBUtil.cs
Closed this issue · 3 comments
achouliarop commented
Assets/Scripts/FBUtil.cs(48,30): error CS0103: The name `MiniJSON' does not exist in the current context
and many similar errors on this script
ryanbehnke commented
That's the easy error to get past.
var responseObject = MiniJSON.Json.Deserialize(response) as Dictionary<string, object>;
This project hasn't been updated since the updated the FB SDK so that's why this project is out of wack.
Deleted user commented
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
cmlewis89 commented
With the 2015 refresh, this issue is resolved.