Is there a way to pull higher resolution photos using socialService->GetFacebookProfile()?

0 votes
I want to get a higher resolution photo and socialService->GetFacebookProfile() returns a URL for a 50x50 pixel image.  This will not work and I know the reason that it is returning that is because it is using the /oAuth portion of the Facebook Gaph API.  Are you guys planning on adding a /picture http request?  If not, how could I manipulate SocialService.cpp to add this http request.  I tried some things but nothing worked.
asked Dec 15, 2014 in App42 Cloud API-BaaS by mikesawayda (10 points)

1 Answer

0 votes

Hello Mike,

We are already working onto provide this feature and it will be live before 31st of this month.

Let me know if it helps for you.

Himanshu Sharma

answered Dec 15, 2014 by hs00105 (2,005 points)
Has this gone live yet and if so what is the api call that does this?  I just pulled the recent build of your api and I don't see any changes.
Hello Mike,
 
Apologies for the delay in response. This feature has already updated on our server. You just need to call a below code snippet before making a call to App42 server for a Facebook Profile:
 
HashMap<String, String> otherMeta = new HashMap<String, String>();
otherMeta.put("setFBImageDimension","200*200");
socialService.setOtherMetaHeaders(otherMeta);
 
Please check & let us know if it helps.

Thanks,
Himanshu Sharma
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...