My video

I have created a video for my final year project, this video puts across the context for my project rather then displaying my actual application. I feel that my project relies on context and that I am tackling a bigger issue which I cannot resolve by myself.

The development of my video

In order to create my video I used After Effects and created an animation. The reason I have created an animation was because I felt that my message would come across too serious in a normal video, I wanted to put my message across but In a friendly way where people would want to listen […]

Integrating Facebook into Unity

If you are deciding to embark on the journey to integrate Facebook into Unity then may the gods be with you. There were a lot of things that I have done in order to do this, firstly I recommend that you get the Facebook SDK from the Facebook developer site. You also have to register […]

Development of my application

Once I knew that I was going to create a Android application I started looking into the resources available in order to integrate Facebook into Unity. The documentation was poor and I was left with not a lot to go off. I persevered and found some documentation on how to start the integration off. I […]

The struggle is real

In order to get peoples information I thought it would be as easy as typing in their user ID and then I am allowed access to their information, sounds easy but the reality is trying to do this is very very difficult. I need OAuth keys, secrets, tokens and everything else you can think of, […]

Updated Node-Red Sketch

Developments of my Node-Red sketch means that I am now able to pass through data from Facebook or any other Http requests. Facebook uses a OAuth API which makes the transfer of data easier between the developer and Facebook. I have created my application and generated my authentication keys from Facebook (a little bit of […]

Links between Project and Dissertation

For our final year project we must create a linked project between our dissertation and our project, (so they cannot be polar opposites basically, the research for your dissertation must help or support your project). My dissertation was on how Google’s future projects/products are being created in order to get more information from us. That […]

Updated Unity Sketch

Okay, long time not type. I have finished my dissertation and I will be making correlating points between my dissertation and my final year project in the next blog post. My Unity sketch now recieves my data and can display images. Node-Red delivers unity the source link to a Facebook image, the Unity sketch then […]

Node-Red Vanilla Script

Here on Node-Red, this setup is the vanilla system for Facebook. In this system I request an image from a album in Facebook. The picture is then requested in the http request and the source url is given in return in the form of a Json file. We then extract the source url and websocket […]

Unity Vanilla script

In order for my websocket to work correctly, I need to create a Unity C# script which will connect the systems together. The script will compose of different components which will allow me to store the data as well. This script shows the basic unity c# script which connects to the websocket. I will as […]