facebookarchive/friendsmash-unity

Error on FBUtil.cs

Closed this issue · 3 comments

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

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.

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.

With the 2015 refresh, this issue is resolved.