views:

265

answers:

1

Hello.

I want to show a progress bar while my iPhone app is uploading an image to Facebook. Is it possible?

Can I do it with every FBRequest that I make? I also use FBRequest to check extended permission and sometimes takes a lot of time.

Thank you.

A: 

You can't know when it gonna log you in but you can put an UIActivityIndicatorView. You start it when you click on publish button and you end it when you enter the 'didConnect' method

the1nz4ne