Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: user picture #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add: user picture #39

wants to merge 1 commit into from

Conversation

jagajaga
Copy link

No description provided.

@meteficha
Copy link
Member

I think it would be better if there was a data type for pictures. It may be misleading fetching a value this deep on the structure. What are the reasons for doing the deep fetch?

@jagajaga
Copy link
Author

jagajaga commented Sep 2, 2015

Fixed and force pushed.

@@ -33,6 +33,14 @@ import Facebook.Object.Checkin
-- /NOTE:/ We still don't support all fields supported by
-- Facebook. Please fill an issue if you need access to any other
-- fields.
data Picture =

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Picture data type is declared between the comment for User and the User datatype itself.

The Picture data type should either be declared above the comment for User, or below the User datatype. It would be best if it had a comment as well.

@jagajaga
Copy link
Author

@cdepillabout fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants