i want to allow a user to login using facebook id and give rating to the particular FB page . is it possible from native ios application ?
Asked
Active
Viewed 183 times
2 Answers
0
You can implement SocialFramework, and sharing data on facebook, but not give raiting. More information: tutorial for SLCompose

Community
- 1
- 1

NilsHolgerson
- 264
- 2
- 11
0
It's not possible to create a Rating via the Graph API. Have a look at the docs at https://developers.facebook.com/docs/graph-api/reference/v2.1/page/ratings
You can only read Ratings.

Tobi
- 31,405
- 8
- 58
- 90