How to Make a request using fatsecretplatform API.
292 views
Skip to first unread message
Gurinder Kaur
unread,
Jul 21, 2017, 7:23:13 PM7/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FatSecret Platform API
Hi all,
I am working on ionic 2 app that is to calcute the food calories ,nutrients and I use fatsecretplatform for api to integrate into my app.
At a very first level I want to search specific food item so that I can render the results food item into it .I am using the food.search api.
I am not able to Figure it out how to give "oauth_timestamp" & "oauth_signature".I tried it by getting system current time in seconds/milliseconds but always gives
then I change the "oauth_signature" value to "c30c2d5cf2de45d5bf2b02544a026ccf&a406465f463d4363ad8509f501fc7444" which I read somewhere then it gives me below error:
{ "error": {"code": 1, "message": "An unknown error occurred: Object reference not set to an instance of an object." }}